diff options
author | Arun Persaud <arun@nubati.net> | 2007-10-31 21:18:18 +0100 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2007-10-31 21:18:18 +0100 |
commit | a41eca191e497f8821031e99920e0f053a090b1d (patch) | |
tree | a879a726b360ad9713aed1e860fa824971710a29 /css | |
parent | a7ab5e63c5558a72d5ca56f96b406dc41108cce9 (diff) | |
download | e-DoKo-a41eca191e497f8821031e99920e0f053a090b1d.tar.gz e-DoKo-a41eca191e497f8821031e99920e0f053a090b1d.tar.bz2 e-DoKo-a41eca191e497f8821031e99920e0f053a090b1d.zip |
CLEANUP: some small code cleanup
moved some css from inline to the style sheet, some linebreaks, etc.
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css index bea5189..1938472 100644 --- a/css/standard.css +++ b/css/standard.css @@ -5,6 +5,13 @@ border-bottom: 3px solid gray; } +.lastlogin { + position:absolute; + font-size:smaller; + top:0; + left:0; +} + .main { min-height: 40em; } |