diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-05-09 16:51:46 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-05-09 16:51:46 +0200 |
commit | 3895d7e01054a38dd40d1e35c97a6c46709b92a7 (patch) | |
tree | 16485df1501df7e13ac6559e21b2b1a442e978b6 | |
parent | 8e52a416edc3b9d026b595a9a52ecea4ff022dfb (diff) | |
download | forum-themes-3895d7e01054a38dd40d1e35c97a6c46709b92a7.tar.gz forum-themes-3895d7e01054a38dd40d1e35c97a6c46709b92a7.tar.bz2 forum-themes-3895d7e01054a38dd40d1e35c97a6c46709b92a7.tar.xz forum-themes-3895d7e01054a38dd40d1e35c97a6c46709b92a7.zip |
Some spacing improvements to forum index page
-rw-r--r-- | tmw3/theme/stylesheet.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tmw3/theme/stylesheet.css b/tmw3/theme/stylesheet.css index a69e637..b5119a5 100644 --- a/tmw3/theme/stylesheet.css +++ b/tmw3/theme/stylesheet.css @@ -212,7 +212,8 @@ p.searchbarreg { } p.forumdesc { - padding-bottom: 4px; + padding-bottom: 0; + margin-bottom: 0; } p.topicauthor { @@ -411,7 +412,7 @@ a.forumlink { color: #6E100C; font-weight: bold; font-family: "Lucida Grande", Helvetica, Arial, sans-serif; - font-size: 1.2em; + font-size: 1.4em; } a.topictitle { |