Changeset 26810
- Timestamp:
- 12/08/2013 11:10:36 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/css/ie.css
r26694 r26810 572 572 } 573 573 574 .ie8 .secondary-navigation 574 .ie8 .secondary-navigation li { 575 575 border-top: 1px solid #4d4d4d; 576 576 position: relative; … … 590 590 } 591 591 592 .ie8 .secondary-navigation 592 .ie8 .secondary-navigation li li { 593 593 border-top: 0; 594 594 } … … 823 823 824 824 .ie8 .slider-control-paging li { 825 margin: 12px 12px 12px 0 825 margin: 12px 12px 12px 0; 826 826 } 827 827 -
trunk/src/wp-content/themes/twentyfourteen/header.php
r26729 r26810 16 16 <html class="ie ie8" <?php language_attributes(); ?>> 17 17 <![endif]--> 18 <!--[if !(IE 7) | !(IE 8) 18 <!--[if !(IE 7) | !(IE 8) ]><!--> 19 19 <html <?php language_attributes(); ?>> 20 20 <!--<![endif]--> -
trunk/src/wp-content/themes/twentyfourteen/js/slider.js
r26666 r26810 325 325 326 326 if ( e.detail === e.MSGESTURE_FLAG_INERTIA ) { 327 setImmediate( function () { 327 setImmediate( function () { // MSFT specific. 328 328 el._gesture.stop(); 329 329 } ); -
trunk/src/wp-content/themes/twentyfourteen/style.css
r26713 r26810 1836 1836 .comment-list > .pingback:first-child, 1837 1837 .comment-list > .trackback:first-child { 1838 border-top: 0 1838 border-top: 0; 1839 1839 } 1840 1840 … … 1905 1905 1906 1906 .comment-content > :last-child { 1907 margin-bottom: 0 1907 margin-bottom: 0; 1908 1908 } 1909 1909 … … 2890 2890 2891 2891 .slider-direction-nav a:before { 2892 color: #fff; 2892 2893 content: "\f430"; 2893 color: #fff;2894 2894 font-size: 32px; 2895 2895 line-height: 46px; … … 3176 3176 3177 3177 .search-box .search-field { 3178 width: 50% 3178 width: 50%; 3179 3179 } 3180 3180 … … 3206 3206 3207 3207 .singular .site-content .hentry.has-post-thumbnail { 3208 margin-top: 0 3208 margin-top: 0; 3209 3209 } 3210 3210 … … 3545 3545 3546 3546 .featured-content { 3547 margin-bottom: 0 3547 margin-bottom: 0; 3548 3548 } 3549 3549 } … … 3618 3618 } 3619 3619 3620 .secondary-navigation 3620 .secondary-navigation li { 3621 3621 border-top: 1px solid rgba(255, 255, 255, 0.2); 3622 3622 position: relative; … … 3636 3636 } 3637 3637 3638 .secondary-navigation 3638 .secondary-navigation li li { 3639 3639 border-top: 0; 3640 3640 } … … 3949 3949 3950 3950 .slider-control-paging li { 3951 margin: 12px 12px 12px 0 3951 margin: 12px 12px 12px 0; 3952 3952 } 3953 3953 … … 4153 4153 .featured-content .post-thumbnail, 4154 4154 .slider .featured-content .post-thumbnail { 4155 padding-top: 0 4155 padding-top: 0; 4156 4156 } 4157 4157
Note: See TracChangeset
for help on using the changeset viewer.