aboutsummaryrefslogtreecommitdiff
path: root/lib/theme.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-04 14:02:56 -0700
committerMark Otto <[email protected]>2011-09-04 14:02:56 -0700
commitdfbb5919532b1dbe1868aadac6e2e95286cad969 (patch)
treecadc6f5234b95863fcd02f130dbd3eb4b6e09612 /lib/theme.less
parent7882f0f64b2d8985520361885a17b403f9eafbcd (diff)
downloadbootstrap-dfbb5919532b1dbe1868aadac6e2e95286cad969.tar.xz
bootstrap-dfbb5919532b1dbe1868aadac6e2e95286cad969.zip
addng docs for the themes stuff and examples
Diffstat (limited to 'lib/theme.less')
-rw-r--r--lib/theme.less22
1 files changed, 16 insertions, 6 deletions
diff --git a/lib/theme.less b/lib/theme.less
index 84102ef04..1442819cc 100644
--- a/lib/theme.less
+++ b/lib/theme.less
@@ -19,34 +19,44 @@
// Font face, size, weight, and more
-----------------------------------------
+// -------------------------------------
@baseFontSize: 13px; // base font-size
@baseLineHeight: 18px; // base line-height of elements (incrementally increases with font-size)
// Link color
------------------
+// ---------------
@linkColor: #0069d6;
// No need to specify a link hover color because we'll automatically do that for you in Preboot
+
+
+
+
+
+
+// COMING SOON...
+// --------------
+
+@baseFontFace: "Helvetica";
+
+
// Primary button color
---------------------------------
+// -----------------------------
@primaryButtonColor: #333;
// Grid system
-------------------------------------
+// ---------------------------------
// Griditude
@gridColumns: 16;
@gridColumnWidth: 40px;
@gridGutterWidth: 20px;
-@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
/*
TODO:
-- move primary button color here
- add ability to set app/site-wide base font-face (need better variables: @baseFontSize, @baseFontFace, @baseLineHeight, etc)
- make form inputs and tables apply the new global type changes (currently statically set)
- add new docs section for examples