Ticket #6146: #6146.patch
File #6146.patch, 997 bytes (added by , 3 years ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
283 283 color: #0073aa; 284 284 } 285 285 286 #secondary-content .navigation-main ul li:hover > a,287 #secondary-content .navigation-main ul li.current-menu-item a {288 }289 290 286 /* 291 287 * p2-breathe/style.css overrides 292 288 */ … … 356 352 box-shadow: inherit; 357 353 } 358 354 355 .feature { 356 display: inline-block; 357 padding: 5px; 358 margin-bottom: 10px; 359 } 360 359 361 @media only screen and (max-width: 480px) { 360 362 body.responsive-show #wpadminbar { 361 363 top: 0; … … 364 366 365 367 @media (max-width: 876px) { 366 368 #primary { 369 -moz-backface-visibility: initial; 367 370 -webkit-backface-visibility: initial; 371 backface-visibility: initial; 368 372 } 369 373 370 374 body.responsive-show {