summaryrefslogtreecommitdiffstats
path: root/css/bootstrap/variables.less
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-12-09 11:17:44 -0800
committerArun Persaud <arun@nubati.net>2012-12-09 11:17:44 -0800
commit9d2ee5fd928dc253e34ca6a0e0be92b1fa041240 (patch)
tree6ee5eb7f6f29b5a7cceb14ba9ac4ee2aea026211 /css/bootstrap/variables.less
parent293b20963f2bbf0cfca1a146506d65d615b01c2c (diff)
downloade-DoKo-9d2ee5fd928dc253e34ca6a0e0be92b1fa041240.tar.gz
e-DoKo-9d2ee5fd928dc253e34ca6a0e0be92b1fa041240.tar.bz2
e-DoKo-9d2ee5fd928dc253e34ca6a0e0be92b1fa041240.zip
bootstrap: fixed login/register, footer, and navbar
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen
Diffstat (limited to 'css/bootstrap/variables.less')
-rw-r--r--css/bootstrap/variables.less7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/bootstrap/variables.less b/css/bootstrap/variables.less
index 7d6efe0..3089093 100644
--- a/css/bootstrap/variables.less
+++ b/css/bootstrap/variables.less
@@ -130,8 +130,8 @@
// Sprite icons path
// -------------------------
-@iconSpritePath: "../img/glyphicons-halflings.png";
-@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
+@iconSpritePath: "../../pics/glyphicons-halflings.png";
+@iconWhiteSpritePath: "../../pics/glyphicons-halflings-white.png";
// Input placeholder text color
@@ -158,7 +158,8 @@
// -------------------------
@navbarCollapseWidth: 979px;
-@navbarHeight: 40px;
+//@navbarHeight: 40px;
+@navbarHeight: 25px;
@navbarBackgroundHighlight: #ffffff;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);