diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-12-08 21:31:17 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-12-08 21:31:17 -0500 |
commit | 150ec4fa347d39a5859cb98d049674bb7c693781 (patch) | |
tree | 91dad29936a2f243da300c394c5bcd7d4e810769 /spruce/variables.less | |
parent | fb52393f7715a0196a77475c2f46263e7562fe82 (diff) |
update to bootstrap v2.2.2
Diffstat (limited to 'spruce/variables.less')
-rwxr-xr-x | spruce/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spruce/variables.less b/spruce/variables.less index 410887f1..a62f1415 100755 --- a/spruce/variables.less +++ b/spruce/variables.less @@ -1,4 +1,4 @@ -// Spruce 2.2.1 +// Spruce 2.2.2 // Variables // -------------------------------------------------- @@ -68,7 +68,7 @@ @paddingLarge: 11px 19px; // 44px @paddingSmall: 2px 10px; // 26px -@paddingMini: 1px 6px; // 24px +@paddingMini: 0px 6px; // 22px @baseBorderRadius: 4px; @borderRadiusLarge: 6px; |