Skip to content

Commit 3f0c241

Browse files
committed
Fix header nav style
there is no ul.nav in the HTML.
1 parent 448da9f commit 3f0c241

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)