Making WordPress.org


Ignore:
Timestamp:
06/23/2016 06:59:17 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Implement Handbooks table of contents functionality for the "More Information" sections of parsed post types.

Props DrewAPicture.
Fixes #1548.

File:
1 edited

Legend:

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

    r3379 r3563  
    10541054            margin-top: 30px;
    10551055        }
     1056        .table-of-contents {
     1057            width: 300px;
     1058        }
    10561059    }
    10571060
     
    16111614                text-indent: -45px;
    16121615            }
     1616
     1617            .table-of-contents {
     1618                width: 200px;
     1619            }
    16131620        }
    16141621
     
    16421649                font-size: 16px;
    16431650            }
     1651            .table-of-contents {
     1652                width: 100%;
     1653                margin-bottom: 10px;
     1654            }
    16441655        }
    16451656
Note: See TracChangeset for help on using the changeset viewer.