Make WordPress Core

Changeset 46429


Ignore:
Timestamp:
10/08/2019 01:52:26 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Twenty Fourteen: Ensure the content after the Read More tag is visible and has the appropriate padding.

Props ianbelanger, sabernhardt, slobodanmanic, Quantumstate, Gwendydd, andraganescu, francina.
Fixes #28967.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
2 edited

Legend:

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

    r43125 r46429  
    167167}
    168168
     169.entry-content p span[id^="more-"] {
     170    float: right;
     171}
     172
    169173
    170174/**
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r45289 r46429  
    12621262}
    12631263
     1264.site-content .entry-content {
     1265    padding-top: 22px;
     1266}
     1267
    12641268.page .entry-content {
    12651269    padding-top: 0;
     
    13461350}
    13471351
     1352.entry-content span[id^="more-"] {
     1353    display: block;
     1354    padding-top: 52px;
     1355    margin-top: -76px;
     1356}
     1357
     1358.admin-bar .entry-content span[id^="more-"] {
     1359    padding-top: 84px;
     1360    margin-top: -108px;
     1361}
     1362
     1363.entry-content span[id^="more-"] + blockquote,
     1364.entry-content span[id^="more-"] + div,
     1365.entry-content span[id^="more-"] + figure,
     1366.entry-content span[id^="more-"] + hr,
     1367.entry-content span[id^="more-"] + ol,
     1368.entry-content span[id^="more-"] + ul,
     1369.entry-content span[id^="more-"] + p,
     1370.entry-content span[id^="more-"] + pre {
     1371    margin-top: 24px;
     1372}
     1373
     1374.entry-content p span[id^="more-"] {
     1375    width: 1px;
     1376    height: 24px;
     1377    float: left;
     1378}
     1379
    13481380/* Mediaelements */
    13491381
Note: See TracChangeset for help on using the changeset viewer.