summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-26 14:42:45 -0700
committerArun Persaud <arun@nubati.net>2008-05-26 14:44:32 -0700
commitf3fa52599f59c09e25fd5a7129504aecbf610d46 (patch)
treed1392631f014dd16d6d45835252f7b1383a1b039 /css
parentaf2ee6fe421192cd2b42fcb4bbd09179bbce3943 (diff)
downloade-DoKo-f3fa52599f59c09e25fd5a7129504aecbf610d46.tar.gz
e-DoKo-f3fa52599f59c09e25fd5a7129504aecbf610d46.tar.bz2
e-DoKo-f3fa52599f59c09e25fd5a7129504aecbf610d46.zip
LAYOUT: floating tables on the statistics page
less text, captions are real captions not in paragraphs anymore, etc. not sure about the floating arrangments, but still better than before Signed-off-by: Arun Persaud <arun@nubati.net>
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; }