Changeset 46429
- Timestamp:
- 10/08/2019 01:52:26 AM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/rtl.css
r43125 r46429 167 167 } 168 168 169 .entry-content p span[id^="more-"] { 170 float: right; 171 } 172 169 173 170 174 /** -
trunk/src/wp-content/themes/twentyfourteen/style.css
r45289 r46429 1262 1262 } 1263 1263 1264 .site-content .entry-content { 1265 padding-top: 22px; 1266 } 1267 1264 1268 .page .entry-content { 1265 1269 padding-top: 0; … … 1346 1350 } 1347 1351 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 1348 1380 /* Mediaelements */ 1349 1381
Note: See TracChangeset
for help on using the changeset viewer.