Ticket #26212: 26212.diff
| File 26212.diff, 1.3 KB (added by , 12 years ago) |
|---|
-
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 <!--<li><a class="slider-prev" href="#">Previous</a></li> 46 <li><a class="slider-next" href="#">Next</a></li>--> 47 </ul> 42 48 </div><!-- .attachment --> 43 49 44 50 <?php if ( has_excerpt() ) : ?> -
wp-content/themes/twentyfourteen/style.css
2862 2862 display: block; 2863 2863 font-size: 0; 2864 2864 height: 46px; 2865 text-decoration: none; 2865 2866 } 2866 2867 2867 2868 .slider-direction-nav a:hover { … … 2875 2876 line-height: 46px; 2876 2877 } 2877 2878 2878 .slider-direction-nav .slider-next:before {2879 .slider-direction-nav li:last-child a:before { 2879 2880 content: "\f429"; 2880 2881 } 2881 2882