diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-15 20:01:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-15 20:01:58 +0000 |
commit | 1857845586696a979d06cc5b85c7ddcf5175a151 (patch) | |
tree | d5f607cc1e9cf2928a6ae79398df204bba906b5a | |
parent | 717a9d9e7899322db36aa2b6b5fcfc5cbe8a7ced (diff) | |
download | brdo-1857845586696a979d06cc5b85c7ddcf5175a151.tar.gz brdo-1857845586696a979d06cc5b85c7ddcf5175a151.tar.bz2 |
- Some visual improvements. More suggestions welcome.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 0b3f5c821..67ee4fe6e 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -4,10 +4,8 @@ body { color: #000000; background-color: #fff; font-family: verdana, arial, helvetica, sans-serif; - width: 100%; -} -body { font-size: 82%; + width: 100%; } tr.dark { background-color: #ddd; @@ -169,3 +167,15 @@ table .comment { .block .content, .box .content { font-size: 0.9em/1.1em; } +#tracker th { + text-align: left; + border-bottom: 1px solid #ddd; +} +#tracker tr.light, #tracker tr.dark { + background-color: #fff; +} +#tracker td { + vertical-align: top; + padding: 10px 10px 10px 0; + border-bottom: 1px solid #ddd; +} |