Commit 64bb8be7 authored by Mark Otto's avatar Mark Otto

more callout tweaks

parent abbf6da6
...@@ -670,9 +670,11 @@ h1[id] { ...@@ -670,9 +670,11 @@ h1[id] {
/* Common styles for all types */ /* Common styles for all types */
.bs-callout { .bs-callout {
padding: 5px 20px; padding: 20px;
margin: 20px 0; margin: 20px 0;
border-left: 5px solid #eee; border: 1px solid #eee;
border-left-width: 5px;
border-radius: 3px;
} }
.bs-callout h4 { .bs-callout h4 {
margin-top: 0; margin-top: 0;
...@@ -688,24 +690,24 @@ h1[id] { ...@@ -688,24 +690,24 @@ h1[id] {
/* Tighten up space between multiple callouts */ /* Tighten up space between multiple callouts */
.bs-callout + .bs-callout { .bs-callout + .bs-callout {
margin-top: -10px; margin-top: -5px;
} }
/* Variations */ /* Variations */
.bs-callout-danger { .bs-callout-danger {
border-color: #d9534f; border-left-color: #d9534f;
} }
.bs-callout-danger h4 { .bs-callout-danger h4 {
color: #d9534f; color: #d9534f;
} }
.bs-callout-warning { .bs-callout-warning {
border-color: #f0ad4e; border-left-color: #f0ad4e;
} }
.bs-callout-warning h4 { .bs-callout-warning h4 {
color: #f0ad4e; color: #f0ad4e;
} }
.bs-callout-info { .bs-callout-info {
border-color: #5bc0de; border-left-color: #5bc0de;
} }
.bs-callout-info h4 { .bs-callout-info h4 {
color: #5bc0de; color: #5bc0de;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment