Making WordPress.org


Ignore:
Timestamp:
03/09/2022 07:31:23 AM (3 years ago)
Author:
dd32
Message:

Developer: SASS Cleanup.

Props kajalgohel.
Fixes #6111.

File:
1 edited

Legend:

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

    r11658 r11659  
    315315    /* =Content
    316316    ----------------------------------------------- */
    317 
    318     .sticky {
    319     }
    320317    .hentry {
    321318        margin: 0;
     
    410407        margin-bottom: 1.5em;
    411408    }
    412     .gallery-caption {
    413     }
    414409    .site-main .gallery a img {
    415410        border: none;
     
    419414    .site-main .gallery dd {
    420415        margin: 0;
    421     }
    422     .site-main .gallery-columns-4 .gallery-item {
    423     }
    424     .site-main .gallery-columns-4 .gallery-item img {
    425416    }
    426417
     
    13971388            border: 1px solid #eee;
    13981389        }
    1399 
    1400         .comment-author-attribution {
    1401         }
    1402 
    14031390        .comment-meta {
    14041391            padding: .5em 1em;
    14051392            background-color: #f7f7f7;
    14061393            overflow: auto;
    1407         }
    1408 
    1409         .comment-meta .comment-author cite,
    1410         .comment-meta .comment-author cite a {
    1411         }
    1412 
    1413         .comment-meta a {
    1414         }
    1415 
    1416         .comment-meta a:hover {
    14171394        }
    14181395
     
    14461423        }
    14471424
    1448         .comment-text {
    1449         }
    1450 
    14511425        #respond {
    14521426            overflow: hidden;
    14531427        }
    14541428
    1455         #respond .log-in-out {
    1456 
    1457         }
    1458 
    14591429        #respond .log-in-out a {
    14601430            font-style: italic;
     
    14631433        #reply-title small a {
    14641434            font-style: italic;
    1465         }
    1466 
    1467         #respond label {
    1468         }
    1469 
    1470         #respond p.req label {
    1471         }
    1472 
    1473         #respond span.required {
    14741435        }
    14751436
     
    15361497            float: right;
    15371498            margin-top: -15px;
    1538 
    1539             a {
    1540             }
    15411499        }
    15421500
     
    22632221    }
    22642222}
    2265 /** /Handbook **/
     2223/** Handbook **/
    22662224
    22672225.rest-api-handbook-reference {
     
    25102468
    25112469        .reference-landing .searchform {
    2512             text-alignment: center;
     2470            text-align: center;
    25132471        }
    25142472
Note: See TracChangeset for help on using the changeset viewer.