diff options
| author | Mark Otto <[email protected]> | 2012-12-19 22:02:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-19 22:02:57 -0800 |
| commit | 7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8 (patch) | |
| tree | 6631080e8d9aba8901617a21bf9ac3fde13a826f /docs/assets/css/bootstrap.css | |
| parent | 65edc9cd6e453a7bf30ccbd6a57b3ea340e21907 (diff) | |
| download | bootstrap-7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8.tar.xz bootstrap-7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8.zip | |
Remove @black and just use #000
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0968ee621..5051c7ef9 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2277,7 +2277,7 @@ table th[class*="span"] { width: 0; height: 0; vertical-align: top; - border-top: 4px solid #000000; + border-top: 4px solid #000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; @@ -2388,7 +2388,7 @@ table th[class*="span"] { .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; - border-bottom: 4px solid #000000; + border-bottom: 4px solid #000; content: ""; } @@ -2517,14 +2517,14 @@ table th[class*="span"] { font-size: 20px; font-weight: bold; line-height: 20px; - color: #000000; + color: #000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover { - color: #000000; + color: #000; text-decoration: none; cursor: pointer; opacity: 0.4; @@ -4133,7 +4133,7 @@ input[type="button"].btn-block { bottom: 0; left: 0; z-index: 1040; - background-color: #000000; + background-color: #000; } .modal-backdrop.fade { |
