aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-06-04 22:59:37 -0700
committerCesar G <prototech91@gmail.com>2014-06-04 22:59:37 -0700
commite67a19a940291887cfc940175b3485646c37cd95 (patch)
treeb61e1ba8483e523c91c7aa773c575a09bff383af
parent3c3a182f07483544d2cad38cd8efc2077f8f170e (diff)
parent376d6a2d9137b99455d722f8a291a5b6b287d714 (diff)
downloadforums-e67a19a940291887cfc940175b3485646c37cd95.tar
forums-e67a19a940291887cfc940175b3485646c37cd95.tar.gz
forums-e67a19a940291887cfc940175b3485646c37cd95.tar.bz2
forums-e67a19a940291887cfc940175b3485646c37cd95.tar.xz
forums-e67a19a940291887cfc940175b3485646c37cd95.zip
Merge remote-tracking branch 'PayBas/ticket/12615' into develop-ascraeus
* PayBas/ticket/12615: [ticket/12615] Fixed inproper clearing of .topic-actions
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html2
-rw-r--r--phpBB/styles/prosilver/theme/content.css6
2 files changed, 7 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 5e660b03b8..fb0b9733e7 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -59,7 +59,7 @@
<!-- ENDIF -->
</div>
<!-- ENDIF -->
- <div class="clear"></div>
+
</div>
<!-- IF S_HAS_POLL -->
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css
index a018b25ef7..8c1c2c3926 100644
--- a/phpBB/styles/prosilver/theme/content.css
+++ b/phpBB/styles/prosilver/theme/content.css
@@ -237,6 +237,12 @@ div[class].topic-actions {
height: auto;
}
+.topic-actions:after {
+ content: '';
+ clear: both;
+ display: block;
+}
+
/* Post body styles
----------------------------------------*/
.postbody {