diff options
| author | Mark Otto <[email protected]> | 2011-12-27 15:40:58 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-27 15:40:58 -0600 |
| commit | fec02f50455c87f0e01fe74b1fb2e3cd032ade09 (patch) | |
| tree | 2b6a88aba4e36698eda3b98ee183bdeb6f68b2f5 /lib/modals.less | |
| parent | 5801c4d766205c6f1579b9c45e733df5dba3b1fe (diff) | |
| download | bootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.tar.xz bootstrap-fec02f50455c87f0e01fe74b1fb2e3cd032ade09.zip | |
clean up some css for github issues: input prepend z-index, modals revamped for responsive
Diffstat (limited to 'lib/modals.less')
| -rw-r--r-- | lib/modals.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/modals.less b/lib/modals.less index 53d6cd408..4d2b92cbc 100644 --- a/lib/modals.less +++ b/lib/modals.less @@ -13,7 +13,8 @@ &.fade { opacity: 0; } } -.modal-backdrop, .modal-backdrop.fade.in { +.modal-backdrop, +.modal-backdrop.fade.in { .opacity(80); } |
