Reformat html files

This commit is contained in:
cuom1999 2023-01-27 17:11:10 -06:00
parent 9a208ca108
commit 52f1e77fe1
205 changed files with 11096 additions and 11086 deletions

View file

@ -1,30 +1,30 @@
<style>
.user-gravatar {
display: inline-block;
padding-right: 15px;
padding-top: 8px;
width: 135px;
}
.user-gravatar {
display: inline-block;
padding-right: 15px;
padding-top: 8px;
width: 135px;
}
.user-gravatar img {
width: 135px;
height: 135px;
display: block;
border-radius: 6px;
}
.user-gravatar img {
width: 135px;
height: 135px;
display: block;
border-radius: 6px;
}
.recently-attempted, .recommended-problems {
display: inline-block;
}
.recently-attempted, .recommended-problems {
display: inline-block;
}
.recently-attempted ul {
list-style: none;
padding-left: 1em;
padding-right: .5em;
margin: 0.2em;
}
.recently-attempted ul {
list-style: none;
padding-left: 1em;
padding-right: .5em;
margin: 0.2em;
}
.recently-attempted h4, .recommended-problems h4 {
font-weight: 500;
}
.recently-attempted h4, .recommended-problems h4 {
font-weight: 500;
}
</style>