diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2010-05-22 15:24:10 -0400 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2010-05-22 15:24:10 -0400 |
| commit | 5fed2e53dbb557f4c38f09104c5e18c10942656f (patch) | |
| tree | 27b59156e7a9e889b32c734c461fb34a330aa8f1 /theme/layouts | |
| parent | 1733b81b1ffd5b342f84d37c1f049232e95eb85d (diff) | |
| download | fourisland-5fed2e53dbb557f4c38f09104c5e18c10942656f.tar.gz fourisland-5fed2e53dbb557f4c38f09104c5e18c10942656f.tar.bz2 fourisland-5fed2e53dbb557f4c38f09104c5e18c10942656f.zip | |
Added some fixes to Subtle Mode's The Fourm
Diffstat (limited to 'theme/layouts')
| -rw-r--r-- | theme/layouts/subtle/style.php | 23 |
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 | |||
| 1352 | span.corners-top, | ||
| 1353 | span.corners-top span, | ||
| 1354 | span.corners-bottom, | ||
| 1355 | span.corners-bottom span { | ||
| 1356 | background-image: none; | ||
| 1357 | } | ||
| 1358 | |||
| 1359 | .navbar { | ||
| 1360 | background-color: none; | ||
| 1361 | padding: 0; | ||
| 1362 | } | ||
| 1363 | |||
| 1364 | ul.navlinks { | ||
| 1365 | border-bottom: none; | ||
| 1366 | } | ||
| 1367 | |||
| 1368 | #actual-content .navbar li + li:before { | ||
| 1369 | content: ""; | ||
| 1370 | } | ||
