diff options
author | arun <arun@nubati.net> | 2006-12-13 18:32:33 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-13 18:32:33 +0000 |
commit | 198ab37015dbe1f999f149dbd887dcb814202585 (patch) | |
tree | 9d0b56e57713740919d20ae57a8acb9358363b08 /css | |
parent | fec84028d1c71200da12525df005774810b5dcd8 (diff) | |
download | e-DoKo-198ab37015dbe1f999f149dbd887dcb814202585.tar.gz e-DoKo-198ab37015dbe1f999f149dbd887dcb814202585.tar.bz2 e-DoKo-198ab37015dbe1f999f149dbd887dcb814202585.zip |
added two new features: local time and a link to the user page
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css index 4e6650a..0289303 100644 --- a/css/standard.css +++ b/css/standard.css @@ -198,6 +198,12 @@ ul.oldtrick li div div.card3 span span{ border-top:0; } +.time,.over { + float:right; + border:2px solid black; + clear:right; + } + .bug { float:left; width:10em; |