Commit dc495fe9 authored by Mark Otto's avatar Mark Otto
Browse files

nuke commented out docs css

parent b05a287e
Showing with 0 additions and 14 deletions
+0 -14
...@@ -553,20 +553,10 @@ h1[id] { ...@@ -553,20 +553,10 @@ h1[id] {
/* Common styles for all types */ /* Common styles for all types */
.bs-callout { .bs-callout {
/*position: relative;*/
margin: 20px 0; margin: 20px 0;
padding: 20px; padding: 20px;
border-left: 3px solid #eee; border-left: 3px solid #eee;
/*border-width: 1px 1px 1px 10px;*/
} }
/*.bs-callout:before {
position: absolute;
top: 0;
left: -20px;
color: #fff;
width: 20px;
height: 20px;
}*/
.bs-callout h4 { .bs-callout h4 {
margin-top: 0; margin-top: 0;
margin-bottom: 5px; margin-bottom: 5px;
...@@ -574,10 +564,6 @@ h1[id] { ...@@ -574,10 +564,6 @@ h1[id] {
.bs-callout p:last-child { .bs-callout p:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
.bs-callout code,
.bs-callout .highlight {
/*background-color: #fff;*/
}
/* Variations */ /* Variations */
.bs-callout-danger { .bs-callout-danger {
......
Supports Markdown
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