Changeset 59226
- Timestamp:
- 10/13/2024 09:20:54 PM (6 months ago)
- Location:
- trunk/src/wp-content/themes/twentyeleven
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/rtl.css
r58178 r59226 230 230 padding-left: 0; 231 231 } 232 .singular .entry-header .entry-meta {233 left: auto;234 right: 0;235 }236 232 .singular .entry-meta .edit-link a { 237 233 left: auto; … … 357 353 358 354 /* Singular navigation */ 359 #nav-single {360 float: left;361 text-align: left;362 }363 355 #nav-single .nav-next { 364 356 padding-left: 0; … … 518 510 right: 0; 519 511 } 512 .singular #author-info { 513 margin: 2.2em -8.8% 0; 514 } 520 515 /* Make sure we have room for our comment avatars */ 521 516 .commentlist > li.comment, -
trunk/src/wp-content/themes/twentyeleven/style.css
r58816 r59226 1130 1130 .singular .hentry { 1131 1131 border-bottom: none; 1132 padding: 4.875em 0 0;1132 padding: 1.875em 0 0; 1133 1133 position: relative; 1134 1134 } … … 1145 1145 .singular .entry-header .entry-meta { 1146 1146 padding-right: 0; 1147 }1148 .singular .entry-header .entry-meta {1149 position: absolute;1150 top: 0;1151 left: 0;1152 1147 } 1153 1148 blockquote.pull { … … 1188 1183 position: absolute; 1189 1184 right: auto; 1190 top: 80px;1185 top: 40px; 1191 1186 } 1192 1187 … … 1796 1791 /* Singular navigation */ 1797 1792 #nav-single { 1798 float: right;1799 1793 position: relative; 1800 top: -0.3em;1801 text-align: right;1802 1794 z-index: 1; 1803 1795 } … … 2488 2480 left: 0; 2489 2481 position: absolute; 2490 top: 40px;2482 top: 20px; 2491 2483 } 2492 2484 .singular #author-info { … … 2577 2569 margin-left: 0; 2578 2570 margin-right: 0; 2579 }2580 /* Make sure the post-post navigation doesn't collide with anything */2581 #nav-single {2582 display: block;2583 position: static;2584 }2585 .singular .hentry {2586 padding: 1.625em 0 0;2587 2571 } 2588 2572 .singular.page .hentry {
Note: See TracChangeset
for help on using the changeset viewer.