From 5fed2e53dbb557f4c38f09104c5e18c10942656f Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 22 May 2010 15:24:10 -0400 Subject: Added some fixes to Subtle Mode's The Fourm --- theme/layouts/subtle/style.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'theme/layouts') diff --git a/theme/layouts/subtle/style.php b/theme/layouts/subtle/style.php index 9fcff96..77a01cb 100644 --- a/theme/layouts/subtle/style.php +++ b/theme/layouts/subtle/style.php @@ -1345,3 +1345,26 @@ div#actual-content { background-color: #67E6EC !important; } +#phpBB3-page-body { + font-size: 0.75em; +} + +span.corners-top, +span.corners-top span, +span.corners-bottom, +span.corners-bottom span { + background-image: none; +} + +.navbar { + background-color: none; + padding: 0; +} + +ul.navlinks { + border-bottom: none; +} + +#actual-content .navbar li + li:before { + content: ""; +} -- cgit 1.4.1