0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-03 15:24:19 +01:00

nuke commented out docs css

This commit is contained in:
Mark Otto 2013-10-14 22:08:23 -07:00
parent b05a287eb6
commit dc495fe9d9

View File

@ -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] {
.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 {