Changeset 21487
- Timestamp:
- 08/09/2012 05:32:39 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentyeleven
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r20983 r21487 132 132 'admin-preview-callback' => 'twentyeleven_admin_header_image', 133 133 ); 134 134 135 135 add_theme_support( 'custom-header', $custom_header_support ); 136 136 … … 222 222 if ( $text_color == HEADER_TEXTCOLOR ) 223 223 return; 224 224 225 225 // If we get this far, we have custom styles. Let's do this. 226 226 ?> -
trunk/wp-content/themes/twentyeleven/style.css
r21243 r21487 1961 1961 .commentlist .children li.comment .comment-content { 1962 1962 margin: 1.625em 0 0; 1963 -ms-word-break: break-all; 1964 word-break: break-all; 1965 word-break: break-word; 1966 -webkit-hyphens: auto; 1967 -moz-hyphens: auto; 1968 hyphens: auto; 1963 1969 } 1964 1970 .comment-meta a { … … 2687 2693 } 2688 2694 2689 /* =IE8 2690 ----------------------------------------------- */ 2691 2692 #ie8 section.feature-image.large img { 2693 width: 100%; 2694 } 2695 /* =IE8 2696 ----------------------------------------------- */ 2697 2698 #ie8 section.feature-image.large img { 2699 width: 100%; 2700 }
Note: See TracChangeset
for help on using the changeset viewer.