diff options
| author | Luis Aleman <[email protected]> | 2013-08-13 22:53:23 -0400 |
|---|---|---|
| committer | Luis Aleman <[email protected]> | 2013-08-13 22:53:23 -0400 |
| commit | c79fa6ad044b0731ce04fcadaae9604bd764aadb (patch) | |
| tree | 5e3d36cb3e9e7ff87de5c3ba773fd9d1f8735f44 /dist/css/bootstrap.css | |
| parent | e29c2d0c246dee59c22c4b39d03e3c53963b1889 (diff) | |
| download | bootstrap-c79fa6ad044b0731ce04fcadaae9604bd764aadb.tar.xz bootstrap-c79fa6ad044b0731ce04fcadaae9604bd764aadb.zip | |
Apply mixin to correct class
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 2135b6270..5017c5fec 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3352,9 +3352,11 @@ button.close { float: left !important; } .navbar-right { + float: right !important; + } + .navbar-right .dropdown-menu { right: 0; left: auto; - float: right !important; } } |
