Making WordPress.org


Ignore:
Timestamp:
02/01/2018 09:27:40 PM (9 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Remove unneeded styles after [6512].

File:
1 edited

Legend:

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

    r6512 r6515  
    66        #content {
    77                padding: 0;
    8         }
    9         .site-header {
    10                 margin-bottom: 0;
    118        }
    129}
     
    4845        .page-header {
    4946                margin-top: 1em;
    50         }
    51 
    52         .devhub-menu .menu,
    53         .devhub-cli-menu .menu {
    54                 list-style: none;
    55                 float: right;
    56                 font-size: 14px;
    57                 font-weight: bold;
    58                 padding-top: 22px;
    59                 margin-right: 15px;
    60 
    61                 li {
    62                         display: inline;
    63                         padding-left: 20px;
    64                 }
    65 
    66                 a {
    67                         color: #555;
    68                         font-weight: 400;
    69                 }
    7047        }
    7148
     
    307284        .comment-content:before,
    308285        .comment-content:after,
    309         .site-header:before,
    310         .site-header:after,
    311286        .site-content:before,
    312287        .site-content:after,
     
    320295        .entry-content:after,
    321296        .comment-content:after,
    322         .site-header:after,
    323297        .site-content:after,
    324298        .site-footer:after {
     
    479453         * Header area
    480454         */
    481 
    482         .site-header {
    483                 background: none repeat scroll 0 0 #F7F7F7;
    484                 border-bottom: 1px solid #DFDFDF;
    485                 height: 62px;
    486                 margin-bottom: 1em;
    487         }
    488         .site-branding {
    489                 width: 100%;
    490                 a {
    491                         text-decoration: none;
    492                         color: #606060;
    493                 }
    494                 .site-title {
    495                         color: #555555;
    496                         float: left;
    497                         font-size: 28px;
    498                         line-height: 1em;
    499                         padding-left: 9px;
    500                         padding-top: 18px;
    501                         text-shadow: 0 1px 0 #FFFFFF;
    502                         font-weight: 300;
    503                 }
    504         }
    505455
    506456        .breadcrumbs {
     
    21862136                        }
    21872137                }
    2188                 .site-branding .site-title {
    2189                         padding-left: 0;
    2190                 }
    21912138
    21922139                &.archive, &.search {
Note: See TracChangeset for help on using the changeset viewer.