]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Twerk callouts and fix an unstyled one
authorMark Otto <otto@github.com>
Sat, 20 Jul 2013 00:17:52 +0000 (17:17 -0700)
committerMark Otto <otto@github.com>
Sat, 20 Jul 2013 00:17:52 +0000 (17:17 -0700)
assets/css/docs.css
javascript.html

index ecf1d8501a3155de2ce5353fa9508a572e8caea5..0991aca3d41582d30d066caf9e842419b86d0c08 100644 (file)
@@ -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;
 }
 
 
index b4e053056a89fd4e07b91ec4fdf2b3e8c31e7931..0336b379bc9e0c19cc617a096b756abf973c095a 100644 (file)
@@ -1554,7 +1554,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
   </a>
 </div>
 {% endhighlight %}
-<div class="bs-callout">
+<div class="bs-callout bs-callout-info">
   <h4>Glyphicon Alternative</h4>
   <p>With <a href="/css/#glyphicons">Glyphicons</a> available, you may choose to style the left and right toggle buttons with <code>.glyphicon-chevron-left</code> and <code>.glyphicon-chevron-right</code>.</p>
 </div>