Make WordPress Core

Changeset 30269


Ignore:
Timestamp:
11/07/2014 04:33:23 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: update earlier patch to borders on linked images so we're not affecting the display of linked icons in widgets.

Props iamtakashi, fixes #29963.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r30243 r30269  
    152152a img {
    153153    border: 0;
    154     display: block;
    155154}
    156155
     
    17581757}
    17591758
     1759.entry-content a img,
     1760.entry-summary a img,
     1761.page-content a img,
     1762.comment-content a img {
     1763    display: block;
     1764}
     1765
    17601766.entry-content .more-link,
    17611767.entry-summary .more-link:after {
Note: See TracChangeset for help on using the changeset viewer.