diff options
| author | Mark Otto <[email protected]> | 2013-08-05 12:20:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 12:20:52 -0700 |
| commit | 96136dbb56e136278cc7084caf84291949925d0c (patch) | |
| tree | 6db39936e8b632420f5a322f70035ab4a991b470 /dist/css/bootstrap.css | |
| parent | e23906facaa63fcc97bddbd0895c301699c9e942 (diff) | |
| parent | efac0bf8d6cda1e6af85fb84d30d673c8e0a2ee8 (diff) | |
| download | bootstrap-96136dbb56e136278cc7084caf84291949925d0c.tar.xz bootstrap-96136dbb56e136278cc7084caf84291949925d0c.zip | |
Merge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index e94fd26d1..4d8bb7038 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -633,7 +633,6 @@ blockquote small:before { } blockquote.pull-right { - float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; @@ -1636,6 +1635,7 @@ textarea.input-sm { .form-control-static { padding-top: 6px; + margin-bottom: 0; } .help-block { @@ -2619,10 +2619,6 @@ button.close { border-bottom-color: #ffffff; } -.nav > .pull-right { - float: right; -} - .nav .nav-divider { height: 1px; margin: 9px 0; @@ -3088,7 +3084,6 @@ button.close { border-radius: 0; } .navbar-nav.pull-right { - float: right; width: auto; } .navbar-toggle { @@ -4547,11 +4542,11 @@ a.list-group-item.active > .badge, } .pull-right { - float: right; + float: right !important; } .pull-left { - float: left; + float: left !important; } .hide { |
