]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nuke commented out docs css
authorMark Otto <otto@github.com>
Tue, 15 Oct 2013 05:08:23 +0000 (22:08 -0700)
committerMark Otto <otto@github.com>
Tue, 15 Oct 2013 05:08:23 +0000 (22:08 -0700)
docs-assets/css/docs.css

index 80784d97eefaf6005b494bdbd8abb9e8a849b842..224cc60d6d1ca0c9fb5dd281ad4f7701ec5880c3 100644 (file)
@@ -553,20 +553,10 @@ h1[id] {
 
 /* Common styles for all types */
 .bs-callout {
-  /*position: relative;*/
   margin: 20px 0;
   padding: 20px;
   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 {
   margin-top: 0;
   margin-bottom: 5px;
@@ -574,10 +564,6 @@ h1[id] {
 .bs-callout p:last-child {
   margin-bottom: 0;
 }
-.bs-callout code,
-.bs-callout .highlight {
-  /*background-color: #fff;*/
-}
 
 /* Variations */
 .bs-callout-danger {