Making WordPress.org

Ticket #6146: #6146.patch

File #6146.patch, 997 bytes (added by kajalgohel, 3 years ago)

padding looks good same as previous. I removed the unwanted blank css and added the also define the standard property 'backface-visibility' for compatibility.

  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    283283        color: #0073aa;
    284284}
    285285
    286 #secondary-content .navigation-main ul li:hover > a,
    287 #secondary-content .navigation-main ul li.current-menu-item a {
    288 }
    289 
    290286/*
    291287 * p2-breathe/style.css overrides
    292288 */
     
    356352        box-shadow: inherit;
    357353}
    358354
     355.feature {
     356    display: inline-block;
     357        padding: 5px;
     358    margin-bottom: 10px;
     359}
     360
    359361@media only screen and (max-width: 480px) {
    360362        body.responsive-show #wpadminbar {
    361363                top: 0;
     
    364366
    365367@media (max-width: 876px) {
    366368        #primary {
     369                -moz-backface-visibility: initial;
    367370                -webkit-backface-visibility: initial;
     371                backface-visibility: initial;
    368372        }
    369373
    370374        body.responsive-show {