diff options
| author | Mark Otto <[email protected]> | 2012-07-09 00:31:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 00:31:54 -0700 |
| commit | 25d0b341a9a89ae2f0da4a506c26ac77db011350 (patch) | |
| tree | 909be050abfc723ebce71f3f3e69f3143e879b0f /less/buttons.less | |
| parent | 9887d3cf4af4897c4959491ece2fe56bef3d1114 (diff) | |
| download | bootstrap-25d0b341a9a89ae2f0da4a506c26ac77db011350.tar.xz bootstrap-25d0b341a9a89ae2f0da4a506c26ac77db011350.zip | |
wasn't feeling the new buttons, downsizing again until we get a better balance
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/buttons.less b/less/buttons.less index b48b0555b..c5b58c433 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -10,10 +10,10 @@ .btn { display: inline-block; .ie7-inline-block(); - padding: 4px 14px 4px; + padding: 4px 14px; margin-bottom: 0; // For input.btn - font-size: @baseFontSize; - line-height: @baseLineHeight; + font-size: 13px; + line-height: 20px; *line-height: 20px; color: @grayDark; text-align: center; |
