Merge branch 'hotfix/navigation-links'

This commit is contained in:
Michael Rose 2013-10-14 08:16:16 -04:00
commit 99bbc51cf3
3 changed files with 3 additions and 4 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

@ -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);