diff options
-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; } |