Code clean up. Fewer warnings...

This commit is contained in:
Scott Idem
2024-12-03 11:36:24 -05:00
parent 0032d52ff9
commit 971ffbad02
4 changed files with 39 additions and 11 deletions

View File

@@ -459,3 +459,26 @@ img.qr_code:focus {
display: none;
}
}
/* We need to reset many of the styles for the reset_css class. */
.reset_css p {
margin: .75em 0;
}
.reset_css ol {
list-style-type: decimal;
}
.reset_css ul {
list-style-type: disc;
}
.reset_css li {
margin-left: 1.5em;
}
/* Reset anchor tags to the default color and underline. */
.reset_css a {
color: hsla(210, 100%, 50%, 1);
text-decoration: underline;
}
.reset_css a:hover {
color: hsla(210, 100%, 50%, .75);
text-decoration: none;
}