Changeset 4052
- Timestamp:
- 09/13/2016 10:21:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
r3979 r4052 319 319 } 320 320 321 /* View header */ 322 323 #bbpress-forums #sections { 324 margin-bottom: 2em; 325 overflow: auto; 326 } 327 328 #bbpress-forums #sections li { 329 float: left; 330 border-right: 1px solid #999; 331 margin-right: 1em; 332 padding-right: 1em; 333 } 334 335 #bbpress-forums #sections li:last-child { 336 border-right: 0; 337 } 338 339 /* Ratings */ 340 341 #bbpress-forums .review-ratings { 342 overflow: auto; 343 margin-bottom: 2em; 344 } 345 321 346 /* User badges */ 322 347
Note: See TracChangeset
for help on using the changeset viewer.