Skip to content

Commit

Permalink
MEGAMENU
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Nov 8, 2013
1 parent 2cbba67 commit 8195bbe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/tpl_t3_bs3_blank/less/megamenu.less
Expand Up @@ -50,6 +50,11 @@
margin-right: 0;
}

.row .row {
margin-left: -(@grid-gutter-width / 2);
margin-right: -(@grid-gutter-width / 2);
}

.row + .row {
border-top: 1px solid @t3-border-color;
}
Expand Down Expand Up @@ -98,6 +103,7 @@

// Inner padding
.mega-col-nav .mega-inner {

}

// Inner padding for nav in 1 column
Expand Down

0 comments on commit 8195bbe

Please sign in to comment.