mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 17:11:53 +02:00
Merge remote-tracking branch 'PayBas/ticket/12615' into develop-ascraeus
* PayBas/ticket/12615: [ticket/12615] Fixed inproper clearing of .topic-actions
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<div class="clear"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- IF S_HAS_POLL -->
|
||||
|
@@ -237,6 +237,12 @@ div[class].topic-actions {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.topic-actions:after {
|
||||
content: '';
|
||||
clear: both;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Post body styles
|
||||
----------------------------------------*/
|
||||
.postbody {
|
||||
|
Reference in New Issue
Block a user