almost got the base layout working with bootstrap.

This commit is contained in:
Keivan Beigi 2013-01-16 17:59:24 -08:00 committed by kay.one
commit 6eb1d5acf2
105 changed files with 111 additions and 4696 deletions

View file

@ -39,13 +39,13 @@
// Links
// -------------------------
@linkColor: #08c;
@linkColor: @blue;
@linkColorHover: darken(@linkColor, 15%);
// Typography
// -------------------------
@sansFontFamily: "Open Sans","Segoe UI","Segoe WP", "Helvetica Neue", Helvetica, Arial, sans-serif;
@sansFontFamily: "Segoe UI","Segoe WP", "Helvetica Neue", Helvetica, Arial, sans-serif;
@serifFontFamily: Georgia, "Times New Roman", Times, serif;
@monoFontFamily: Monaco, Menlo, Consolas, "Courier New", monospace;
@ -157,9 +157,9 @@
// Navbar
// -------------------------
@navbarCollapseWidth: 979px;
@navbarCollapseWidth: 0px;
@navbarHeight: 60px;
@navbarHeight: 40px;
@navbarBackgroundHighlight: #ffffff;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);