Changeset 23629
- Timestamp:
- 03/06/2013 11:36:42 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23539 r23629 357 357 sprintf( _x( '%1$s at %2$s', '1: date, 2: time', 'twentythirteen' ), get_comment_date(), get_comment_time() ) 358 358 ); 359 edit_comment_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '< span>' );359 edit_comment_link( __( 'Edit', 'twentythirteen' ), '<span class="edit-link">', '</span>' ); 360 360 ?> 361 361 </header><!-- .comment-meta --> -
trunk/wp-content/themes/twentythirteen/style.css
r23628 r23629 716 716 717 717 img.alignleft { 718 margin: 5px 20px 5px -60px;718 margin: 5px 20px 5px 0; 719 719 } 720 720 721 721 .wp-caption.alignleft { 722 margin: 5px 10px 5px -60px;722 margin: 5px 10px 5px 0; 723 723 } 724 724 725 725 img.alignright { 726 margin: 5px -60px5px 20px;726 margin: 5px 0 5px 20px; 727 727 } 728 728 729 729 .wp-caption.alignright { 730 margin: 5px -60px5px 10px;730 margin: 5px 0 5px 10px; 731 731 } 732 732 … … 878 878 padding: 0; 879 879 position: absolute; 880 top: 4 4px;880 top: 45px; 881 881 left: -2px; 882 882 z-index: 99999; … … 1169 1169 } 1170 1170 1171 .entry-content img.alignleft, 1172 .entry-content .wp-caption.alignleft { 1173 margin-left: -60px; 1174 } 1175 1176 .entry-content img.alignright, 1177 .entry-content .wp-caption.alignright { 1178 margin-right: -60px; 1179 } 1180 1171 1181 footer.entry-meta { 1172 1182 margin-top: 24px; … … 2324 2334 #reply-title small a:hover { 2325 2335 color: #ed331c; 2336 text-decoration: none; 2326 2337 } 2327 2338
Note: See TracChangeset
for help on using the changeset viewer.