diff options
| author | Mark Otto <[email protected]> | 2011-12-27 12:39:39 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-27 12:39:39 -0600 |
| commit | 324246e4f964437a2dfa7efbd2d1b6b039369b2c (patch) | |
| tree | 8ca17f0572847a8029fc00be48b051908ff327da /lib/patterns.less | |
| parent | 058f47b33b3978bbb484e521e7fc14c6ebadc161 (diff) | |
| download | bootstrap-324246e4f964437a2dfa7efbd2d1b6b039369b2c.tar.xz bootstrap-324246e4f964437a2dfa7efbd2d1b6b039369b2c.zip | |
remove negative margin from .brand in docs, update navbar to support buttons up thurr
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 25934d80a..d48d65e48 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -52,6 +52,10 @@ background-color: transparent; } } + // Buttons in navbar + .btn { + margin-top: 5px; // make buttons vertically centered in navbar + } } // Navbar search |
