Correct top navigation link bug, fixes #10

This commit is contained in:
Michael Rose 2013-10-11 11:05:23 -04:00
parent 86bfa8a6c3
commit 435e600e1e
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -5,7 +5,7 @@ body {
}
.navigation-wrapper {
.container();
padding: 2em 0 3em;
padding: 2em 0 0;
font-family: @heading-font;
font-weight: 700;
text-transform: uppercase;
@ -16,6 +16,8 @@ body {
.prefix(12,1);
.suffix(12,1);
margin-bottom: 1em;
float: none;
display: block;
}
.top-navigation {
.container();
@ -23,6 +25,8 @@ body {
.prefix(12,1);
.suffix(12,1);
margin-bottom: 1em;
float: none;
display: block;
}
.top-navigation {
ul {