From b4e0e4fee65fb50f7981d28bb875083e0da1a303 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Wed, 26 Jun 2013 15:59:33 +0200 Subject: 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 --- docs/assets/css/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/assets/css/docs.css') 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; } -- cgit v1.2.3