From 973646ea67b8e738cb456f897ad2af204e50607e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 30 Sep 2012 23:52:02 -0700 Subject: [PATCH] vars less spacing and cleanup --- less/variables.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/less/variables.less b/less/variables.less index 89f078affd..fd7478cb67 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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;