diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-21 22:59:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-21 22:59:12 +0000 |
commit | 95de30c761115946eb35d65b1aef9bf0d7e33ab0 (patch) | |
tree | 50eeb530e0f6d194e61eae64d6e5836f25e8ffc4 | |
parent | a5b0525afd997ebfc4fbdc5c071c13b53f1e3bfe (diff) | |
download | brdo-95de30c761115946eb35d65b1aef9bf0d7e33ab0.tar.gz brdo-95de30c761115946eb35d65b1aef9bf0d7e33ab0.tar.bz2 |
- Some small forum changes.
-rw-r--r-- | themes/xtemplate/xtemplate.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index e783ffb87..5077575ac 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -60,7 +60,8 @@ pre { } table { /* make <td> sizes relative to body size! */ - /* font-size: 1em; */ + font-size: 1em; + width: 100%; } .form-item { margin-top: 1em; @@ -291,9 +292,6 @@ table { padding-top: 0.7em; font-size: 0.9em; } -#forum td .links a { - color: #77a; -} .block-forum h3 { margin-bottom: .5em; } |