]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove @black and just use #000
authorMark Otto <otto@github.com>
Thu, 20 Dec 2012 06:02:57 +0000 (22:02 -0800)
committerMark Otto <otto@github.com>
Thu, 20 Dec 2012 06:02:57 +0000 (22:02 -0800)
docs/assets/css/bootstrap.css
less/close.less
less/dropdowns.less
less/modals.less
less/variables.less

index 0968ee62137556ef0a768ff66d3189f2897d9840..5051c7ef9832019db8725c1d799e227c628a82aa 100644 (file)
@@ -2277,7 +2277,7 @@ table th[class*="span"] {
   width: 0;
   height: 0;
   vertical-align: top;
-  border-top: 4px solid #000000;
+  border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   content: "";
@@ -2388,7 +2388,7 @@ table th[class*="span"] {
 .dropup .caret,
 .navbar-fixed-bottom .dropdown .caret {
   border-top: 0;
-  border-bottom: 4px solid #000000;
+  border-bottom: 4px solid #000;
   content: "";
 }
 
@@ -2517,14 +2517,14 @@ table th[class*="span"] {
   font-size: 20px;
   font-weight: bold;
   line-height: 20px;
-  color: #000000;
+  color: #000;
   text-shadow: 0 1px 0 #ffffff;
   opacity: 0.2;
   filter: alpha(opacity=20);
 }
 
 .close:hover {
-  color: #000000;
+  color: #000;
   text-decoration: none;
   cursor: pointer;
   opacity: 0.4;
@@ -4133,7 +4133,7 @@ input[type="button"].btn-block {
   bottom: 0;
   left: 0;
   z-index: 1040;
-  background-color: #000000;
+  background-color: #000;
 }
 
 .modal-backdrop.fade {
index 24689fd9d08d9fec82afda839aaeb9c6fc47f166..d0403f93ed525fd67ae4c7130fd2221edd377c47 100644 (file)
@@ -8,11 +8,11 @@
   font-size: 20px;
   font-weight: bold;
   line-height: @line-height-base;
-  color: @black;
+  color: #000;
   text-shadow: 0 1px 0 rgba(255,255,255,1);
   .opacity(20);
   &:hover {
-    color: @black;
+    color: #000;
     text-decoration: none;
     cursor: pointer;
     .opacity(40);
index 33f58497ed508785768027a4b2095f15e69c7eb4..81f8c735c955d932a0e1c9c2d5f87011d6df65d6 100644 (file)
@@ -20,7 +20,7 @@
   width: 0;
   height: 0;
   vertical-align: top;
-  border-top:   4px solid @black;
+  border-top:   4px solid #000;
   border-right: 4px solid transparent;
   border-left:  4px solid transparent;
   content: "";
   // Reverse the caret
   .caret {
     border-top: 0;
-    border-bottom: 4px solid @black;
+    border-bottom: 4px solid #000;
     content: "";
   }
   // Different positioning for bottom up menu
index 584346e94565e69d0c50eb4d7b18e0ee5074fce4..8da32dea9f1a0b28dd9140d485d008ce8cb17e20 100644 (file)
@@ -10,7 +10,7 @@
   bottom: 0;
   left: 0;
   z-index: @zindex-modal-background;
-  background-color: @black;
+  background-color: #000;
   // Fade for backdrop
   &.fade { opacity: 0; }
 }
index 058792eff9b733d0702522bb0f203b35dba4362e..9b85f3574e0aa999d84e5864c7918ebca2245850 100644 (file)
@@ -9,7 +9,6 @@
 
 // Grays
 // -------------------------
-@black:                 #000;
 @grayDarker:            #222;
 @grayDark:              #333;
 @gray:                  #555;