Making WordPress.org

Changeset 4052


Ignore:
Timestamp:
09/13/2016 10:21:12 PM (8 years ago)
Author:
coffee2code
Message:

Forums Theme: Some basic improvements to header of plugin/theme topic listings.

  • Make section links horizontal instead of vertical.
  • Add margins below the section links and the ratings block.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css

    r3979 r4052  
    319319}
    320320
     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
    321346/* User badges */
    322347
Note: See TracChangeset for help on using the changeset viewer.