diff options
| author | Mark Otto <[email protected]> | 2012-02-19 15:04:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-19 15:04:52 -0800 |
| commit | 3470c0dc49aa3f66630b2166391df88f1fbd0757 (patch) | |
| tree | 17c5e64dab26bdffb1e4fd04d63436238b7ec127 /docs | |
| parent | 89ccbdf8d1a5dc1b9e4da19a910a5108e4b7988b (diff) | |
| parent | 51ec513b5c50123761350d2bcd27dafb07192a7e (diff) | |
| download | bootstrap-3470c0dc49aa3f66630b2166391df88f1fbd0757.tar.xz bootstrap-3470c0dc49aa3f66630b2166391df88f1fbd0757.zip | |
Merge branch 'alert-headers' of https://github.com/jacobrask/bootstrap into jacobrask-alert-headers
Conflicts:
docs/assets/bootstrap.zip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53416 -> 53381 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 14 |
2 files changed, 3 insertions, 11 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex cdbb2c88e..811291999 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 0875a146c..d880c288a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2133,10 +2133,11 @@ button.btn.small, input[type="submit"].btn.small { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -} -.alert, .alert-heading { color: #c09853; } +.alert-heading { + color: inherit; +} .alert .close { position: relative; top: -2px; @@ -2146,25 +2147,16 @@ button.btn.small, input[type="submit"].btn.small { .alert-success { background-color: #dff0d8; border-color: #d6e9c6; -} -.alert-success, .alert-success .alert-heading { color: #468847; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; -} -.alert-danger, -.alert-error, -.alert-danger .alert-heading, -.alert-error .alert-heading { color: #b94a48; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; -} -.alert-info, .alert-info .alert-heading { color: #3a87ad; } .alert-block { |
