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 /less/utilities.less | |
| parent | c25bf6ba460125f7a99e0867062eceb2bc1dc9f5 (diff) | |
| download | bootstrap-efac0bf8d6cda1e6af85fb84d30d673c8e0a2ee8.tar.xz bootstrap-efac0bf8d6cda1e6af85fb84d30d673c8e0a2ee8.zip | |
make pull-right !important
Diffstat (limited to 'less/utilities.less')
| -rw-r--r-- | less/utilities.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/utilities.less b/less/utilities.less index d296b32c2..3d310e651 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -10,10 +10,10 @@ .clearfix(); } .pull-right { - float: right; + float: right !important; } .pull-left { - float: left; + float: left !important; } |
