]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Refactor navbars to simplify things
authorMark Otto <otto@github.com>
Mon, 12 Aug 2013 02:06:26 +0000 (19:06 -0700)
committerMark Otto <otto@github.com>
Mon, 12 Aug 2013 02:06:26 +0000 (19:06 -0700)
commitba8026e00f85f76e88a4005162612a7568a0a405
tree4df682ffd713e7f825914ee317bd8123bfb8c529
parentc2cfd3153bd181ebd05b347d04b3fff08fa1d890
Refactor navbars to simplify things

* `.navbar-brand` is no longer centered, thus removing need for
max-width and a few lines of code
* Clear floats of `.navbar-brand` in the `.nav-collapse` like we did in
2.x, thus simplifying some clearing and other things.
* Restyle the `.navbar-toggle` button to align it's bars up with the
text and flow of the document.
* Restyle the `.navbar-brand` to not use padding on left/right as to
avoid negative margin and other fuckery. This limits the ability to put
a bg color on the brand, but I think that's fine for now.
dist/css/bootstrap.css
dist/css/bootstrap.min.css
less/navbar.less