Skip to content

Commit

Permalink
fixing underline and spacing issue with toc
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksandrew committed Sep 28, 2015
1 parent 0674782 commit 06bd73f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ span + .entry-title {
}
li {
@include font-size(16,no,18);
border-bottom: 1px solid $border-color;
//border-bottom: 1px solid $border-color;
list-style-type: none;
margin: 0 0 1px 0;
margin: 0 0 0px 0;
}
h3 {
h6 {
margin: 0;
padding: (.25 * $gutter) (.5 * $gutter);
background: $table-stripe-color;
Expand All @@ -369,7 +369,7 @@ span + .entry-title {
display: block;
padding: (.25 * $gutter) (.5 * $gutter);
border-left: 2px solid transparent;
border-bottom: 0 solid transparent;
border-bottom: 1 solid transparent;
&:hover,
&:focus {
background: lighten($border-color,5);
Expand Down

0 comments on commit 06bd73f

Please sign in to comment.