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:
Cesar G 2014-06-04 22:59:37 -07:00
commit e67a19a940
2 changed files with 7 additions and 1 deletions

View file

@ -59,7 +59,7 @@
<!-- ENDIF --> <!-- ENDIF -->
</div> </div>
<!-- ENDIF --> <!-- ENDIF -->
<div class="clear"></div>
</div> </div>
<!-- IF S_HAS_POLL --> <!-- IF S_HAS_POLL -->

View file

@ -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 {