diff options
| author | Julian Thilo <[email protected]> | 2013-06-26 15:59:33 +0200 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2013-06-26 15:59:33 +0200 |
| commit | b4e0e4fee65fb50f7981d28bb875083e0da1a303 (patch) | |
| tree | ed95be2700e8d7bb00e1e741c04fff523641c2b5 /docs/assets/css | |
| parent | f00c885d4ce1c36755aee64ee517b0dbb3ab52b3 (diff) | |
| download | bootstrap-b4e0e4fee65fb50f7981d28bb875083e0da1a303.tar.xz bootstrap-b4e0e4fee65fb50f7981d28bb875083e0da1a303.zip | |
Adjust info callout, add callouts to docs
* Adjust the background-color of bs-callout-info to match danger and
warning in tone
* Convert all the callouts
* Change some callouts to info/warning
* Add new callout
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 76d64adf4..30b0f02e7 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -249,7 +249,7 @@ body { border-left: 5px solid #f5d659; } .bs-callout-info { - background-color: #daecf9; + background-color: #f0f7fd; border-left: 5px solid #55a9e1; } |
