diff options
Diffstat (limited to 'prosilver/theme/common.css')
-rw-r--r-- | prosilver/theme/common.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/prosilver/theme/common.css b/prosilver/theme/common.css index a86f723..7eb00bd 100644 --- a/prosilver/theme/common.css +++ b/prosilver/theme/common.css @@ -1,4 +1,4 @@ -/* General proSilver Markup Styles +/* General Markup Styles ---------------------------------------- */ * { @@ -418,7 +418,19 @@ table.info tbody th { } .forumbg table.table1 { - margin: 0 -2px -1px -1px; + margin: 0; +} + +.forumbg-table > .inner { + margin: 0 -1px; +} + +.forumbg-table > .inner > span.corners-top { + margin: 0 -4px -1px -4px; +} + +.forumbg-table > .inner > span.corners-bottom { + margin: -1px -4px 0 -4px; } /* Misc layout styles |