trim article nav

This commit is contained in:
Holger Könemann 2016-11-23 10:43:12 +01:00
parent c5975e5f11
commit 037fadcd08
4 changed files with 6 additions and 12 deletions

View File

@ -5026,15 +5026,9 @@ a.skip-link {
.post-navigation, .post-navigation,
.paged-navigation { .paged-navigation {
padding-top: 1rem; padding: 15px 0;
margin-top: 1rem; margin: 30px 0;
border-top: 1px solid #373a3c; } border-top: 1px solid #eceeef; }
.nav-previous a,
.nav-next a,
.paged-navigation a {
text-decoration: none;
color: #373a3c; }
.dropdown-menu .dropdown-menu { .dropdown-menu .dropdown-menu {
position: relative; position: relative;

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@ $sidebar_pos = get_theme_mod( 'understrap_sidebar_position' );
<?php get_template_part( 'loop-templates/content', 'single' ); ?> <?php get_template_part( 'loop-templates/content', 'single' ); ?>
<?php the_post_navigation(); ?> <?php understrap_post_nav(); ?>
<?php <?php
// If comments are open or we have at least one comment, load up the comment template. // If comments are open or we have at least one comment, load up the comment template.