Commit 2b8fc018 authored by Mark Otto's avatar Mark Otto

Merge branch 'billyvg-main' into 2.0.2-wip

parents 7ef7547a e18a3578
...@@ -171,11 +171,11 @@ input[type="submit"].btn { ...@@ -171,11 +171,11 @@ input[type="submit"].btn {
// IE7 has some default padding on button controls // IE7 has some default padding on button controls
*padding-top: 2px; *padding-top: 2px;
*padding-bottom: 2px; *padding-bottom: 2px;
&.large { &.btn-large {
*padding-top: 7px; *padding-top: 7px;
*padding-bottom: 7px; *padding-bottom: 7px;
} }
&.small { &.btn-small {
*padding-top: 3px; *padding-top: 3px;
*padding-bottom: 3px; *padding-bottom: 3px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment