Skip to:
Content

bbPress.org

Ticket #2345: content-clear.patch

File content-clear.patch, 759 bytes (added by mordauk, 11 years ago)
  • templates/default/css/bbpress.css

     
    6767
    6868#bbpress-forums ul.bbp-threaded-replies {
    6969        margin-left: 50px;
    70 } 
     70}
    7171
    7272#bbpress-forums li {
    7373        margin: 0;
     
    262262        text-align: left;
    263263}
    264264
     265#bbpress-forums div.bbp-forum-content:after,
     266#bbpress-forums div.bbp-topic-content:after,
     267#bbpress-forums div.bbp-reply-content:after {
     268        clear: both;
     269        content: ".";
     270        display: block;
     271        float: none;
     272        height: 0;
     273        text-indent: -999px;
     274        visibility: none;
     275}
     276
    265277#bbpress-forums div.bbp-topic-content a,
    266278#bbpress-forums div.bbp-reply-content a {
    267279        background: none;