This website requires JavaScript.
Explore
Help
Sign In
Congegni
/
barebones
Watch
7
Star
0
Fork
You've already forked barebones
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12770ca6bd
barebones
/
css
/
_nav.scss
10 lines
117 B
SCSS
Raw
Normal View
History
Unescape
Escape
Grunt integration
2014-01-30 12:20:51 +01:00
.
nav
{
list-style
:
none
;
Dropped IE7
2014-02-03 23:10:54 +01:00
margin
:
0
;
Stop being a n00b update
2014-02-03 16:33:44 +01:00
>
li
{
display
:
inline-block
;
>
a
{
display
:
block
;
}
}
}