From 8ab77191ceec9648e47dbe764d876c536c9e6ec2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Jul 2013 17:17:52 -0700 Subject: [PATCH] Twerk callouts and fix an unstyled one --- assets/css/docs.css | 7 ++++--- javascript.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/css/docs.css b/assets/css/docs.css index ecf1d8501a..0991aca3d4 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -261,6 +261,7 @@ body { .bs-callout { margin: 20px 0; padding: 15px 30px 15px 15px; + border-left: 5px solid #eee; } .bs-callout h4 { margin-top: 0; @@ -276,15 +277,15 @@ body { /* Themes for different contexts */ .bs-callout-danger { background-color: #fcf2f2; - border-left: 5px solid #df7c7b; + border-color: #dFb5b4; } .bs-callout-warning { background-color: #fefbed; - border-left: 5px solid #f5d659; + border-color: #f1e7bc; } .bs-callout-info { background-color: #f0f7fd; - border-left: 5px solid #55a9e1; + border-color: #d0e3f0; } diff --git a/javascript.html b/javascript.html index b4e053056a..0336b379bc 100644 --- a/javascript.html +++ b/javascript.html @@ -1554,7 +1554,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () { {% endhighlight %} -
+

Glyphicon Alternative

With Glyphicons available, you may choose to style the left and right toggle buttons with .glyphicon-chevron-left and .glyphicon-chevron-right.