Ticket #2345: content-clear.2.patch
File content-clear.2.patch, 752 bytes (added by , 11 years ago) |
---|
-
templates/default/css/bbpress.css
67 67 68 68 #bbpress-forums ul.bbp-threaded-replies { 69 69 margin-left: 50px; 70 } 70 } 71 71 72 72 #bbpress-forums li { 73 73 margin: 0; … … 262 262 text-align: left; 263 263 } 264 264 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 font-size: 0; 274 visibility: none; 275 } 276 265 277 #bbpress-forums div.bbp-topic-content a, 266 278 #bbpress-forums div.bbp-reply-content a { 267 279 background: none;