diff options
| author | liuyl <[email protected]> | 2013-07-28 14:05:47 +0800 |
|---|---|---|
| committer | liuyl <[email protected]> | 2013-07-28 14:05:47 +0800 |
| commit | efac0bf8d6cda1e6af85fb84d30d673c8e0a2ee8 (patch) | |
| tree | d25b217bb814cdb8da73848df6736be2a0dcca09 /dist/css/bootstrap.css | |
| parent | c25bf6ba460125f7a99e0867062eceb2bc1dc9f5 (diff) | |
| download | bootstrap-efac0bf8d6cda1e6af85fb84d30d673c8e0a2ee8.tar.xz bootstrap-efac0bf8d6cda1e6af85fb84d30d673c8e0a2ee8.zip | |
make pull-right !important
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d17799276..fb98e1d5a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -636,7 +636,6 @@ blockquote small:before { } blockquote.pull-right { - float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; @@ -2478,10 +2477,6 @@ button.close { border-bottom-color: #ffffff; } -.nav > .pull-right { - float: right; -} - .nav .nav-divider { height: 1px; margin: 9px 0; @@ -2938,7 +2933,6 @@ button.close { border-radius: 0; } .navbar-nav.pull-right { - float: right; width: auto; } .navbar-toggle { @@ -4388,11 +4382,11 @@ a.list-group-item.active > .badge, } .pull-right { - float: right; + float: right !important; } .pull-left { - float: left; + float: left !important; } .hide { |
