mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 12:58:52 +00: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:
commit
e67a19a940
2 changed files with 7 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<div class="clear"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- IF S_HAS_POLL -->
|
<!-- IF S_HAS_POLL -->
|
||||||
|
|
|
@ -237,6 +237,12 @@ div[class].topic-actions {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-actions:after {
|
||||||
|
content: '';
|
||||||
|
clear: both;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/* Post body styles
|
/* Post body styles
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.postbody {
|
.postbody {
|
||||||
|
|
Loading…
Add table
Reference in a new issue