Ticket #26212: 26212.4.diff
| File 26212.4.diff, 1.5 KB (added by , 12 years ago) |
|---|
-
src/wp-content/themes/twentyfourteen/image.php
39 39 <div class="entry-attachment"> 40 40 <div class="attachment"> 41 41 <?php twentyfourteen_the_attached_image(); ?> 42 <ul class="slider-direction-nav"> 43 <li><?php previous_image_link( false, __( 'Previous', 'twentyfourteen' ) ); ?></li> 44 <li><?php next_image_link( false, __( 'Next', 'twentyfourteen' ) ); ?></li> 45 </ul> 42 46 </div><!-- .attachment --> 43 47 44 48 <?php if ( has_excerpt() ) : ?> -
src/wp-content/themes/twentyfourteen/style.css
3007 3007 display: block; 3008 3008 font-size: 0; 3009 3009 height: 46px; 3010 text-decoration: none; 3010 3011 } 3011 3012 3012 3013 .slider-direction-nav a:hover { … … 3020 3021 line-height: 46px; 3021 3022 } 3022 3023 3023 .slider-direction-nav .slider-next:before {3024 .slider-direction-nav li:last-child a:before { 3024 3025 content: "\f429"; 3025 3026 } 3026 3027 … … 3604 3605 3605 3606 @media screen and (min-width: 810px) { 3606 3607 .attachment .entry-attachment .attachment { 3608 background: #b2b2b2 url(images/pattern-light.svg) repeat fixed; 3607 3609 margin-right: -168px; 3608 3610 margin-left: -168px; 3609 3611 max-width: 810px;