Make WordPress Core

Ticket #23698: 23698.reply.diff

File 23698.reply.diff, 377 bytes (added by obenland, 12 years ago)

Remove text decoration on hover - there is no text

  • wp-content/themes/twentythirteen/style.css

     
    23232323
    23242324#reply-title small a:hover {
    23252325        color: #ed331c;
     2326        text-decoration: none;
    23262327}
    23272328
    23282329#reply-title small a:before {