Merge branch 'master' of https://github.com/mikefrancis/barebones
This commit is contained in:
parent
fe9771f0c6
commit
eff0fcae54
12 changed files with 0 additions and 0 deletions
13
scss/objects/_nav.scss
Executable file
13
scss/objects/_nav.scss
Executable file
|
@ -0,0 +1,13 @@
|
|||
.nav {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.nav > li {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
}
|
||||
|
||||
.nav > li > a {
|
||||
display: block;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue