summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/standard005.css (renamed from css/standard004.css)9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/standard004.css b/css/standard005.css
index a568441..24ffb30 100644
--- a/css/standard004.css
+++ b/css/standard005.css
@@ -399,6 +399,7 @@ ul.tricks li div div span.comment span{
}
.user { margin-left:25%;margin-right:25%; }
+.wide { margin-left:5%;margin-right:5%; }
.over {
text-align:center;
@@ -460,9 +461,17 @@ table.score {
font-size:larger;
}
+caption {
+ text-align: center;
+ margin: 0.5em;
+ padding: 0.5em;
+ padding-bottom: 0em;
+ margin-bottom: 0;
+ }
table.stats { margin: 0.5em 1em;
border: solid 0.2em #aeaeae;
-moz-border-radius: 0.5em ;
+ float: left;
}
table.stats tr.odd { background-color:#aeaeae; }
table.stats tr.even { background-color:#eaeaea; }