Skip to content

Commit

Permalink
Styling for single post navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Willett committed Jul 3, 2012
1 parent 8520d98 commit 8b26f88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/assets/stylesheets/_patterns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Small headers
------------------------------------------------------------ */
.archive-title,
.page-title,
.widget-title {
@include rem('font-size', 11px);
line-height: ($evbase/11);
Expand Down Expand Up @@ -170,6 +171,10 @@ img.wp-post-image { /* Add fancy borders to all WordPress-added images but not t
text-align: right;
width: 50%;
}
#nav-single + #comments,
#comment-nav-above {
@include rem('margin', $vbase2 0);
}

/*---------------------------------------------------------
Author profiles
Expand Down

0 comments on commit 8b26f88

Please sign in to comment.