Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 25a032781d..bd3a2905d0 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -148,6 +148,11 @@
@hrBorder: @grayLighter;
+// Wells
+// -------------------------
+@wellBackground: #f5f5f5;
+
+
// Navbar
// -------------------------
@navbarHeight: 40px;