| | 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 | |