Make WordPress Core

Ticket #25054: 25054-linkdecoration.diff

File 25054-linkdecoration.diff, 502 bytes (added by sabreuse, 12 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    13401340        text-decoration: underline;
    13411341}
    13421342
     1343.entry-content a:hover,
     1344.page-content a:hover,
     1345.entry-summary a:hover,
     1346.comment-content a:hover {
     1347        text-decoration: none;
     1348}
     1349
    13431350.entry-content table,
    13441351.comment-content table {
    13451352        font-size: 14px;