Make WordPress Core

Ticket #30332: 30332.diff

File 30332.diff, 389 bytes (added by iamtakashi, 10 years ago)

Add a transparent border to a link in the footer to avoid jumpiness on hover.

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

     
    24122412}
    24132413
    24142414.site-info a {
     2415        border-bottom: 1px solid transparent;
    24152416        color: #707070;
    24162417        color: rgba(51, 51, 51, 0.7);
    24172418}