vars less spacing and cleanup

This commit is contained in:
Mark Otto 2012-09-30 23:52:02 -07:00
parent 142643589f
commit 973646ea67
1 changed files with 1 additions and 2 deletions

View File

@ -80,6 +80,7 @@
@tableBackgroundHover: #f5f5f5; // for hover
@tableBorder: #ddd; // table and cell border
// Buttons
// -------------------------
@btnBackground: @white;
@ -266,9 +267,7 @@
// GRID
// --------------------------------------------------
// Default 940px grid
// -------------------------
@gridColumns: 12;
@gridColumnWidth: 60px;
@gridGutterWidth: 20px;