Merge branch 'hotfix/navigation-links'
This commit is contained in:
commit
99bbc51cf3
3 changed files with 3 additions and 4 deletions
2
assets/css/ie.min.css
vendored
2
assets/css/ie.min.css
vendored
File diff suppressed because one or more lines are too long
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -9,9 +9,9 @@ body {
|
||||||
font-family: @heading-font;
|
font-family: @heading-font;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
.clearfix();
|
||||||
}
|
}
|
||||||
.site-name {
|
.site-name {
|
||||||
.container();
|
|
||||||
.grid(12,10);
|
.grid(12,10);
|
||||||
.prefix(12,1);
|
.prefix(12,1);
|
||||||
.suffix(12,1);
|
.suffix(12,1);
|
||||||
|
@ -20,7 +20,6 @@ body {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.top-navigation {
|
.top-navigation {
|
||||||
.container();
|
|
||||||
.grid(12,10);
|
.grid(12,10);
|
||||||
.prefix(12,1);
|
.prefix(12,1);
|
||||||
.suffix(12,1);
|
.suffix(12,1);
|
||||||
|
|
Loading…
Reference in a new issue