2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

-background to -bg for body and table vars

This commit is contained in:
Mark Otto
2013-03-31 17:29:05 -07:00
parent d6f37f3c56
commit b7fa0d3434
4 changed files with 10 additions and 10 deletions
+4 -4
View 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