diff options
| author | Mark Otto <[email protected]> | 2013-07-24 16:28:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-24 16:28:34 -0700 |
| commit | c63489def3af052b37608442dc5fd1d5c9f7b6c5 (patch) | |
| tree | 6d068b6058bb8910e7a746494503d61af234e201 /dist/css/bootstrap.css | |
| parent | 2e6fcefc5ca6aa3301f35b0600d963f82f1eb62a (diff) | |
| download | bootstrap-c63489def3af052b37608442dc5fd1d5c9f7b6c5.tar.xz bootstrap-c63489def3af052b37608442dc5fd1d5c9f7b6c5.zip | |
run make on prev commits
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 697d923a3..c77092ed2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3444,8 +3444,8 @@ button.close { .modal-content { position: relative; - background-color: #fff; - border: 1px solid #999; + background-color: #ffffff; + border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: none; @@ -3461,7 +3461,7 @@ button.close { bottom: 0; left: 0; z-index: 1030; - background-color: #000; + background-color: #000000; } .modal-backdrop.fade { |
