This commit is contained in:
Neale Pickett 2024-12-05 11:52:44 -07:00
parent f476b65c6f
commit c1f6e765bc
1 changed files with 7 additions and 3 deletions

View File

@ -83,6 +83,7 @@ pre {
background-color: #ccc; background-color: #ccc;
border: solid #888 2px; border: solid #888 2px;
padding: 0.25em; padding: 0.25em;
clear: both;
} }
@ -104,6 +105,9 @@ hr {
border: 1px solid #444; border: 1px solid #444;
} }
dl {
clear: both;
}
dt { dt {
white-space: pre; white-space: pre;
background-color: #333; background-color: #333;
@ -130,11 +134,11 @@ dd {
figure { figure {
margin: 0.5em 1em; margin: 0.5em 1em;
float: right; float: right;
font-size: small;
text-align: center;
} }
figcaption { figcaption {
fount-style: italic; font-size: small;
text-align: center;
font-style: italic;
} }
.scoreboard { .scoreboard {