Making WordPress.org

Ticket #1814: 1814.diff

File 1814.diff, 1.9 KB (added by DrewAPicture, 9 years ago)
  • scss/main.scss

     
    10551055                }
    10561056                .table-of-contents {
    10571057                        width: 300px;
     1058
     1059                        ul {
     1060                                margin-top: 6px;
     1061                        }
    10581062                }
     1063                ul.items {
     1064                        li {
     1065                                padding-bottom: 0px !important;
     1066                        }
     1067                        a {
     1068                                &:hover {
     1069                                        color: #d54e21 !important;
     1070                                }
     1071                        }
     1072                }
    10591073                .toc-jump {
    10601074                        display: inline-block;
    10611075                        float: right;
     
    14121426                }
    14131427        }
    14141428
     1429        // Handbook ToC items.
    14151430        ul.items {
    14161431                margin-bottom: 8px !important;
    14171432                list-style-type: none !important;
  • stylesheets/main.css

     
    12651265.devhub-wrap .wp-parser-class .table-of-contents, .devhub-wrap .wp-parser-function .table-of-contents, .devhub-wrap .wp-parser-hook .table-of-contents, .devhub-wrap .wp-parser-method .table-of-contents {
    12661266  width: 300px;
    12671267}
     1268.devhub-wrap .wp-parser-class .table-of-contents ul, .devhub-wrap .wp-parser-function .table-of-contents ul, .devhub-wrap .wp-parser-hook .table-of-contents ul, .devhub-wrap .wp-parser-method .table-of-contents ul {
     1269  margin-top: 6px;
     1270}
     1271.devhub-wrap .wp-parser-class ul.items li, .devhub-wrap .wp-parser-function ul.items li, .devhub-wrap .wp-parser-hook ul.items li, .devhub-wrap .wp-parser-method ul.items li {
     1272  padding-bottom: 0px !important;
     1273}
     1274.devhub-wrap .wp-parser-class ul.items a:hover, .devhub-wrap .wp-parser-function ul.items a:hover, .devhub-wrap .wp-parser-hook ul.items a:hover, .devhub-wrap .wp-parser-method ul.items a:hover {
     1275  color: #d54e21 !important;
     1276}
    12681277.devhub-wrap .wp-parser-class .toc-jump, .devhub-wrap .wp-parser-function .toc-jump, .devhub-wrap .wp-parser-hook .toc-jump, .devhub-wrap .wp-parser-method .toc-jump {
    12691278  display: inline-block;
    12701279  float: right;