Making WordPress.org


Ignore:
Timestamp:
03/17/2016 09:47:31 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Don't make the signature header for parsed post types a link.

Props chris_dev.
Fixes #1632.

File:
1 edited

Legend:

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

    r2570 r2767  
    955955            margin: 24px 0;
    956956            padding-left: 100px;
    957             a {
    958                 margin-left: -100px;
    959                 color: #24831d;
    960                 font-family: $code-font;
    961                 font-size: 20px;
    962                 .hook-func {
    963                     color: #888888;
    964                 }
    965                 .arg-type {
    966                     color: #cd2f23;
    967                     font-style: italic;
    968                 }
    969                 .arg-name {
    970                     color: #0f55c8;
    971                 }
    972                 .arg-default {
    973                     color: #000000;
    974                 }
     957            text-indent: -100px;
     958            color: #24831d;
     959            font-family: $code-font;
     960            font-size: 20px;
     961            .hook-func {
     962                color: #888888;
     963            }
     964            .arg-type {
     965                color: #cd2f23;
     966                font-style: italic;
     967            }
     968            .arg-name {
     969                color: #0f55c8;
     970            }
     971            .arg-default {
     972                color: #000000;
    975973            }
    976974            a:hover {
     
    10421040        .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method {
    10431041            h1 {
    1044                 a {
    1045                     font-family: $body-font;
    1046                     color: #21759b;
    1047                     font-weight: normal;
    1048                 }
     1042                font-family: $body-font;
     1043                color: #21759b;
     1044                font-weight: normal;
    10491045            }
    10501046            div {
     
    15601556            h1 {
    15611557                padding-left: 45px;
    1562                 a {
    1563                     margin-left: -45px;
    1564                 }
     1558                text-indent: -45px;
    15651559            }
    15661560        }
     
    15921586                padding-left: 20px;
    15931587                line-height: 2rem;
    1594 
    1595                 a {
    1596                     margin-left: -20px;
    1597                     font-size: 16px;
    1598                 }
     1588                text-indent: -20px;
     1589                font-size: 16px;
    15991590            }
    16001591        }
Note: See TracChangeset for help on using the changeset viewer.