Removed hgroup and changed nav icon
This commit is contained in:
parent
31e9c6b0c5
commit
24b190e5ef
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue