Make WordPress Core

Ticket #30108: 30108.diff

File 30108.diff, 466 bytes (added by morganestes, 10 years ago)

style.css

  • src/wp-content/themes/twentyfifteen/style.css

     
    11781178        z-index: 100000;
    11791179}
    11801180
     1181a:focus,
     1182a:hover {
     1183        text-decoration: underline;
     1184}
    11811185
     1186.entry-content a:focus,
     1187.entry-content a:hover {
     1188        text-decoration: none;
     1189}
     1190
    11821191/**
    11831192 * 8.0 Alignments
    11841193 */