Making WordPress.org

Changeset 9882


Ignore:
Timestamp:
05/18/2020 09:34:16 PM (4 years ago)
Author:
coffee2code
Message:

Breathe theme: Align top of table of contents box with top of main content.

See [9545].

File:
1 edited

Legend:

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

    r9846 r9882  
    11561156}
    11571157
     1158.single-handbook .entry-content .table-of-contents + p,
     1159.single-handbook .entry-content .table-of-contents + h2 {
     1160    margin-top: 0;
     1161}
     1162
    11581163@media (max-width: 875px) {
    11591164    .handbook-breadcrumbs {
     
    11971202    .post-type-archive-handbook div.table-of-contents,
    11981203    .single-handbook div.table-of-contents {
    1199         margin: -15px -30px 15px 15px;
     1204        margin: 0 -30px 15px 15px;
    12001205    }
    12011206}
Note: See TracChangeset for help on using the changeset viewer.