Making WordPress.org


Ignore:
Timestamp:
12/23/2016 06:53:02 PM (8 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Improve spacing within table of contents box.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    r4555 r4579  
    10981098            width: 300px;
    10991099
    1100             ul {
    1101                 margin-top: 6px;
     1100            & > ul {
     1101                margin-bottom: 0;
    11021102            }
    11031103        }
     
    11051105            li {
    11061106                padding-bottom: 0px !important;
     1107            }
     1108            & > li {
     1109                padding-bottom: 8px !important;
    11071110            }
    11081111            a {
     
    14981501
    14991502        h2 {
    1500             margin: 0;
    1501             padding-bottom: 3px;
     1503            padding: 4px 0;
    15021504            text-align: center;
    15031505            text-transform: uppercase;
     
    15101512        ul,
    15111513        ol {
    1512             margin: 10px 20px;
     1514            margin: 6px 20px;
    15131515            ul,
    15141516            ol {
    15151517                margin-right: 0;
     1518                margin-top: 0;
    15161519            }
    15171520        }
     
    15211524    ul.items {
    15221525        margin-bottom: 8px !important;
     1526        margin-top: 16px;
    15231527        list-style-type: none !important;
    15241528        padding-right: 10px;
Note: See TracChangeset for help on using the changeset viewer.