Ticket #21310: 21310.twenty-twelve.diff
File 21310.twenty-twelve.diff, 936 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentytwelve/style.css
477 477 .main-navigation .assistive-text:hover, 478 478 .main-navigation .assistive-text:active, 479 479 .main-navigation .assistive-text:focus { 480 background: #fff; 481 border: 2px solid #333; 480 background: #f1f1f1; 482 481 border-radius: 3px; 483 482 clip: auto !important; 484 color: # 000;483 color: #21759b; 485 484 display: block; 486 font-size: 12px; 487 padding: 12px; 485 font-size: 14px; 486 font-weight: bold; 487 padding: 15px 23px 14px; 488 488 position: absolute; 489 top: 5px;490 left: 5px;489 top: 7px; 490 left: 6px; 491 491 z-index: 100000; /* Above WP toolbar */ 492 line-height: normal; 493 -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6); 494 box-shadow: 0 0 2px 2px rgba(0,0,0,.6); 495 text-decoration: none; 492 496 } 493 497 494 498 /* Page structure */