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

biiiiiig update coming for responsiveness

This commit is contained in:
Mark Otto
2011-10-16 03:00:58 -07:00
parent fbe22f0580
commit 9e9109469e
7 changed files with 465 additions and 513 deletions
+2 -2
View File
@@ -38,8 +38,8 @@
// ----
// Modify the grid styles in mixins.less
@gridColumns: 16;
@gridColumnWidth: 40px;
@gridColumns: 12;
@gridColumnWidth: 60px;
@gridGutterWidth: 20px;
@extraSpace: (@gridGutterWidth * 2); // For our grid calculations
@siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));