aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/common.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 6fd410029d..790b9c154a 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -289,6 +289,12 @@ a#logo:hover {
background-position: 100% 0;
}
+.inner:after {
+ content: '';
+ clear: both;
+ display: block;
+}
+
.rowbg {
margin: 5px 5px 2px 5px;
}