summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-05-22 15:24:10 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-05-22 15:24:10 -0400
commit5fed2e53dbb557f4c38f09104c5e18c10942656f (patch)
tree27b59156e7a9e889b32c734c461fb34a330aa8f1
parent1733b81b1ffd5b342f84d37c1f049232e95eb85d (diff)
downloadfourisland-5fed2e53dbb557f4c38f09104c5e18c10942656f.tar.gz
fourisland-5fed2e53dbb557f4c38f09104c5e18c10942656f.tar.bz2
fourisland-5fed2e53dbb557f4c38f09104c5e18c10942656f.zip
Added some fixes to Subtle Mode's The Fourm
-rw-r--r--theme/layouts/subtle/style.php23
1 files changed, 23 insertions, 0 deletions
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 {
1345 background-color: #67E6EC !important; 1345 background-color: #67E6EC !important;
1346} 1346}
1347 1347
1348#phpBB3-page-body {
1349 font-size: 0.75em;
1350}
1351
1352span.corners-top,
1353span.corners-top span,
1354span.corners-bottom,
1355span.corners-bottom span {
1356 background-image: none;
1357}
1358
1359.navbar {
1360 background-color: none;
1361 padding: 0;
1362}
1363
1364ul.navlinks {
1365 border-bottom: none;
1366}
1367
1368#actual-content .navbar li + li:before {
1369 content: "";
1370}