aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2013-06-26 15:59:33 +0200
committerJulian Thilo <[email protected]>2013-06-26 15:59:33 +0200
commitb4e0e4fee65fb50f7981d28bb875083e0da1a303 (patch)
treeed95be2700e8d7bb00e1e741c04fff523641c2b5 /docs/assets
parentf00c885d4ce1c36755aee64ee517b0dbb3ab52b3 (diff)
downloadbootstrap-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')
-rw-r--r--docs/assets/css/docs.css2
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;
}