mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-05 21:27:31 +02:00
Twerk callouts and fix an unstyled one
This commit is contained in:
@@ -261,6 +261,7 @@ body {
|
|||||||
.bs-callout {
|
.bs-callout {
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
padding: 15px 30px 15px 15px;
|
padding: 15px 30px 15px 15px;
|
||||||
|
border-left: 5px solid #eee;
|
||||||
}
|
}
|
||||||
.bs-callout h4 {
|
.bs-callout h4 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
@@ -276,15 +277,15 @@ body {
|
|||||||
/* Themes for different contexts */
|
/* Themes for different contexts */
|
||||||
.bs-callout-danger {
|
.bs-callout-danger {
|
||||||
background-color: #fcf2f2;
|
background-color: #fcf2f2;
|
||||||
border-left: 5px solid #df7c7b;
|
border-color: #dFb5b4;
|
||||||
}
|
}
|
||||||
.bs-callout-warning {
|
.bs-callout-warning {
|
||||||
background-color: #fefbed;
|
background-color: #fefbed;
|
||||||
border-left: 5px solid #f5d659;
|
border-color: #f1e7bc;
|
||||||
}
|
}
|
||||||
.bs-callout-info {
|
.bs-callout-info {
|
||||||
background-color: #f0f7fd;
|
background-color: #f0f7fd;
|
||||||
border-left: 5px solid #55a9e1;
|
border-color: #d0e3f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1554,7 +1554,7 @@ $('#myCollapsible').on('hidden.bs.collapse', function () {
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<div class="bs-callout">
|
<div class="bs-callout bs-callout-info">
|
||||||
<h4>Glyphicon Alternative</h4>
|
<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>
|
<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>
|
</div>
|
||||||
|
Reference in New Issue
Block a user