Making WordPress.org


Ignore:
Timestamp:
02/14/2017 06:05:14 AM (8 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Extend code reference "Contents" link styling to handbook "Topics".

See #1814.

File:
1 edited

Legend:

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

    r4902 r4903  
    11321132        }
    11331133        .table-of-contents {
    1134             border: none;
    11351134            width: 260px;
    11361135            margin-left: 30px;
     
    11541153            }
    11551154            a {
    1156                 color: #21759b !important;
    1157 
    11581155                &:hover {
    11591156                    color: #d54e21 !important;
     
    15411538        width: 200px;
    15421539        background: #f5f5f5;
    1543         border: 1px solid #d6d6d6;
     1540        border-style: none;
    15441541        margin: 0 0 1em 1.85em;
    15451542        z-index: 1;
     
    15851582
    15861583            a {
    1587                 color: #555 !important;
     1584                &:hover {
     1585                    color: #d54e21;
     1586                }
    15881587            }
    15891588        }
Note: See TracChangeset for help on using the changeset viewer.