mirror of https://github.com/dirtbags/tanks.git
styling
This commit is contained in:
parent
f476b65c6f
commit
c1f6e765bc
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue