From f0b14db4af86f04dc36518261ea361ed6f2ce02a Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 30 Apr 2005 05:59:25 +0000 Subject: [PATCH] Tweaks --- theme/standard/styles_fonts.css | 7 +++++++ theme/standard/styles_layout.css | 1 + 2 files changed, 8 insertions(+) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 1d87860ee49..7c735f35a56 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -341,6 +341,10 @@ body#doc-contents ul { *** Login ***/ +#login-index .content { + font-size: 0.85em; +} + /*** *** Message @@ -441,6 +445,9 @@ body#doc-contents ul { .forumpost .topic .author { font-size: 0.8em; } +.forumpost .commands { + font-size: 0.9em; +} .forumheaderlist .discussion .lastpost { font-size: 0.7em; } diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 2a8bc185d73..172308ae892 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -802,6 +802,7 @@ table.message .searchresults td { .tabs { width: auto; margin-bottom: 15px; + border-collapse: collapse; } .tabs .side { border-style: solid;