diff options
author | arun <arun@nubati.net> | 2006-12-13 19:18:12 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-13 19:18:12 +0000 |
commit | 92a2164d4f1d5367b9325a8d65089abe79ee653b (patch) | |
tree | 954a04535c443a9a155aa9dca5a1c9db3ad1bbb5 /css | |
parent | b10b46d1ddab03d006c4d5d5c2a5aa8e90a792c0 (diff) | |
download | e-DoKo-92a2164d4f1d5367b9325a8d65089abe79ee653b.tar.gz e-DoKo-92a2164d4f1d5367b9325a8d65089abe79ee653b.tar.bz2 e-DoKo-92a2164d4f1d5367b9325a8d65089abe79ee653b.zip |
a bit more cleanup in the layout
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/css/standard.css b/css/standard.css index 2633d03..368bd52 100644 --- a/css/standard.css +++ b/css/standard.css @@ -198,15 +198,23 @@ ul.oldtrick li div div.card3 span span{ border-top:0; } -.time,.over { +.time { + float:left; + border:2px solid gray; + border-top:0; +} + +.over { float:right; border:2px solid black; clear:right; - } +} .bug { float:left; width:10em; border:2px solid gray; border-top:0; + padding-top:0.5em; + clear:left; }
\ No newline at end of file |