stylesheets/components/_navs.scss in rapido-css-0.1.0 vs stylesheets/components/_navs.scss in rapido-css-0.1.1
- old
+ new
@@ -28,18 +28,22 @@
@if $navs {
.nav {
@extend .clearfix;
- position: relative;
display: inline-block;
+ margin-bottom: rhythm();
+ position: relative;
&, > ul {
+ @extend .clearfix;
list-style: none;
- margin-bottom: rhythm();
margin-left: 0;
padding-left: 0;
- @extend .clearfix;
+ }
+
+ > ul {
+ margin-bottom: 0;
}
li {
> a {
\ No newline at end of file