]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
-background to -bg for body and table vars
authorMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:29:05 +0000 (17:29 -0700)
committerMark Otto <otto@github.com>
Mon, 1 Apr 2013 00:29:05 +0000 (17:29 -0700)
less/navs.less
less/scaffolding.less
less/tables.less
less/variables.less

index b8a7fb23ccd68c93bf8be1b237d2ec5b8a62e7d0..88641229cf50914181ab88fca839765045057d2e 100644 (file)
@@ -65,7 +65,7 @@
 .nav-tabs > .active > a:hover,
 .nav-tabs > .active > a:focus {
   color: @gray;
-  background-color: @body-background;
+  background-color: @body-bg;
   border: 1px solid #ddd;
   border-bottom-color: transparent;
   cursor: default;
index fe36556363fcf0f25629011615072135ed3b56ae..e5f15032e61846c748e2ecd2f8741f3cf4b65994 100644 (file)
@@ -34,7 +34,7 @@ body {
   font-size: 14px;
   line-height: @line-height-base;
   color: @text-color;
-  background-color: @body-background;
+  background-color: @body-bg;
 }
 
 // Reset fonts for revelant elements
index 29ae81ee425f5ab714f5aeadd3328503129635da..987921937f96dff8c6fb83e3a3d983c29d01be33 100644 (file)
@@ -5,7 +5,7 @@
 
 table {
   max-width: 100%;
-  background-color: @table-background;
+  background-color: @table-bg;
   border-collapse: collapse;
   border-spacing: 0;
 }
@@ -48,7 +48,7 @@ th {
 
   // Nesting
   .table {
-    background-color: @body-background;
+    background-color: @body-bg;
   }
 }
 
@@ -153,7 +153,7 @@ th {
   > tbody {
     > tr:nth-child(odd) > td,
     > tr:nth-child(odd) > th {
-      background-color: @table-background-accent;
+      background-color: @table-bg-accent;
     }
   }
 }
@@ -168,7 +168,7 @@ th {
   > tbody {
     > tr:hover > td,
     > tr:hover > th {
-      background-color: @table-background-hover;
+      background-color: @table-bg-hover;
     }
   }
 }
index 2b82998dc3a2563cefbc9527dc0063ed081066e7..060e0c97e57e4f42e5385b3898c005916aa6956d 100644 (file)
@@ -28,7 +28,7 @@
 // Scaffolding
 // -------------------------
 
-@body-background:       #fff;
+@body-bg:               #fff;
 @text-color:            @grayDark;
 
 // Links
@@ -74,9 +74,9 @@
 // Tables
 // -------------------------
 
-@table-background:                   transparent; // overall background-color
-@table-background-accent:            #f9f9f9; // for striping
-@table-background-hover:             #f5f5f5; // for hover
+@table-bg:                           transparent; // overall background-color
+@table-bg-accent:                    #f9f9f9; // for striping
+@table-bg-hover:                     #f5f5f5; // for hover
 
 @table-border:                       #ddd; // table and cell border