diff options
Diffstat (limited to 'theme/layouts/subtle/style.php')
-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 | } | ||