2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

update fluid layout to use variable for sidebar width

This commit is contained in:
Mark Otto
2012-01-07 03:53:20 -08:00
parent 8ccc3bcf03
commit 33dad13014
3 changed files with 9 additions and 6 deletions
+3
View File
@@ -43,6 +43,9 @@
@gridGutterWidth: 20px;
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
// Fluid width sidebar
@fluidSidebarWidth: 220px;
// THEME VARIABLES
// ---------------