diff options
| author | Mark Otto <[email protected]> | 2012-09-30 23:52:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 23:52:02 -0700 |
| commit | 973646ea67b8e738cb456f897ad2af204e50607e (patch) | |
| tree | c3aa4519120c8eb40bc8844f6485e5dc8f3e4c17 | |
| parent | 142643589ffa7ca2249c9a5e3005c1f1eb3abbb1 (diff) | |
| download | bootstrap-973646ea67b8e738cb456f897ad2af204e50607e.tar.xz bootstrap-973646ea67b8e738cb456f897ad2af204e50607e.zip | |
vars less spacing and cleanup
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less index 89f078aff..fd7478cb6 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; |
