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:
+4
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user