Changeset 5032
- Timestamp:
- 07/15/2013 09:16:04 PM (11 years ago)
- Location:
- trunk/templates/default/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/css/bbpress-rtl.css
r5031 r5032 274 274 padding: 12px 0 12px 12px; 275 275 text-align: right; 276 } 277 278 /* Clearing hack */ 279 #bbpress-forums div.bbp-forum-content:after, 280 #bbpress-forums div.bbp-topic-content:after, 281 #bbpress-forums div.bbp-reply-content:after { 282 clear: both; 283 content: "."; 284 display: block; 285 float: none; 286 height: 0; 287 font-size: 0; 288 visibility: hidden; 276 289 } 277 290 -
trunk/templates/default/css/bbpress.css
r5031 r5032 69 69 #bbpress-forums ul.bbp-threaded-replies { 70 70 margin-left: 50px; 71 } 71 } 72 72 73 73 #bbpress-forums li { … … 274 274 padding: 12px 12px 12px 0; 275 275 text-align: left; 276 } 277 278 /* Clearing hack */ 279 #bbpress-forums div.bbp-forum-content:after, 280 #bbpress-forums div.bbp-topic-content:after, 281 #bbpress-forums div.bbp-reply-content:after { 282 clear: both; 283 content: "."; 284 display: block; 285 float: none; 286 height: 0; 287 font-size: 0; 288 visibility: hidden; 276 289 } 277 290 … … 1191 1204 float: left; 1192 1205 } 1193 #bbpress-forums fieldset.bbp-form { 1206 #bbpress-forums fieldset.bbp-form { 1194 1207 padding: 0 10px 10px; 1195 1208 } … … 1286 1299 #bbpress-forums li.bbp-body li.bbp-topic-voice-count, 1287 1300 #bbpress-forums li.bbp-body li.bbp-topic-reply-count, 1288 #bbpress-forums li.bbp-footer div.bbp-reply-author, 1301 #bbpress-forums li.bbp-footer div.bbp-reply-author, 1289 1302 #bbpress-forums li.bbp-footer div.bbp-reply-content { 1290 1303 width: 45%; … … 1300 1313 } 1301 1314 #bbpress-forums li.bbp-header li.bbp-forum-freshness, 1302 #bbpress-forums li.bbp-header li.bbp-topic-freshness { 1315 #bbpress-forums li.bbp-header li.bbp-topic-freshness { 1303 1316 text-align: center; 1304 1317 }
Note: See TracChangeset
for help on using the changeset viewer.