Making WordPress.org

Changeset 11659


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

Developer: SASS Cleanup.

Props kajalgohel.
Fixes #6111.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
Files:
3 edited

Legend:

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

    r11658 r11659  
    347347    wp_enqueue_style( 'dashicons' );
    348348    wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' );
    349     wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '3' );
     349    wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '4' );
    350350    wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20220217' );
    351351    wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true );
  • 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
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

    r11658 r11659  
    26502650}
    26512651
    2652 /** /Handbook **/
     2652/** Handbook **/
    26532653.rest-api-handbook-reference .table-of-contents {
    26542654  float: none;
     
    28672867  }
    28682868  .devhub-wrap .reference-landing .searchform {
    2869     text-alignment: center;
     2869    text-align: center;
    28702870  }
    28712871  .devhub-wrap .reference-landing .searchform input[type="text"],
Note: See TracChangeset for help on using the changeset viewer.