Merge pull request #13 from HugoGiraudel/master

KNACSS Sass - removed hgroup and updated nav icon
This commit is contained in:
Raphael Goetter 2013-05-01 01:40:15 -07:00
commit 36dcc996d3
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ ul.icon.after:after {
.icon-nav > li:before, .icon-nav > li:before,
.icon-nav.after:after, .icon-nav.after:after,
.icon-nav.after > li:after { .icon-nav.after > li:after {
content: "\2261"; content: "\2630";
font-weight: bold; font-weight: bold;
font-size: 1.6em; font-size: 1.6em;
} }

View File

@ -113,7 +113,7 @@ p, ul, ol, dl,
blockquote, pre, blockquote, pre,
td, th, td, th,
label, textarea, label, textarea,
caption, details, figure, hgroup { caption, details, figure {
@include rem('font-size', 14px); @include rem('font-size', 14px);
line-height: 1.5; line-height: 1.5;
margin: .75em 0 0; margin: .75em 0 0;