Skip to content

Commit dd11b1e

Browse files
author
Eddie Machado
committed
Merge pull request eddiemachado-zz#499 from elron/patch-20
Fix header nav style
2 parents 47a7b6d + 3f0c241 commit dd11b1e

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

library/less/_base.less

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,17 @@ h5, .h5 {
177177
#inner-header {}
178178

179179
#logo {}
180-
180+
181181
nav {
182-
ul.nav {
183-
li {
184-
a {}
185-
186-
&:first-child {}
187-
188-
&:last-child {}
182+
div.top-nav {
183+
ul {
184+
li {
185+
a {}
186+
187+
&:first-child {}
188+
189+
&:last-child {}
190+
}
189191
}
190192
}
191193
}

0 commit comments

Comments
 (0)