Make WordPress Core

Changeset 30399


Ignore:
Timestamp:
11/20/2014 01:38:15 AM (9 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Removing unneeded CSS from RTL causing odd hover effects.

Props yoavf, iamtakashi, fixes #30360.

File:
1 edited

Legend:

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

    r30394 r30399  
    4343}
    4444
    45 a {
    46     display: inline-block;
    47 }
    48 
    4945caption,
    5046th,
     
    261257.entry-content .more-link:after {
    262258    content: "\f430";
    263 }
    264 
    265 .entry-content a,
    266 .entry-summary a,
    267 .page-content a,
    268 .comment-content a {
    269     display: inline;
    270 }
    271 
    272 .entry-content .page-links a,
    273 .page-content .page-links a {
    274     display: inline-block;
    275259}
    276260
Note: See TracChangeset for help on using the changeset viewer.