diff options
| author | Mark Otto <[email protected]> | 2012-07-29 00:30:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-29 00:30:15 -0700 |
| commit | a30045daef809edf5ed592ad842c04377898e444 (patch) | |
| tree | c49b0ac07bccbb2b040230ed83fb88d757978166 /less/bootstrap.less | |
| parent | fe6a4b0b5497a78a085e85125f4397a27b7737dc (diff) | |
| download | bootstrap-a30045daef809edf5ed592ad842c04377898e444.tar.xz bootstrap-a30045daef809edf5ed592ad842c04377898e444.zip | |
reverse navbar styles to save code
Diffstat (limited to 'less/bootstrap.less')
| -rw-r--r-- | less/bootstrap.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index c43875a80..94e5a6c2f 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -40,7 +40,8 @@ // Components: Nav @import "navs.less"; -@import "navbar.less"; +//@import "navbar.less"; +@import "navbar-redux.less"; @import "breadcrumbs.less"; @import "pagination.less"; @import "pager.less"; |
