diff options
| author | Mark Otto <[email protected]> | 2011-10-09 21:25:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-09 21:25:28 -0700 |
| commit | dd1efdf0d5ec2469978a65c845cc5dfd16b74899 (patch) | |
| tree | 4c7d4e2c476796002b2e4c94d3f90e8961d214c3 /lib | |
| parent | f61fe3c4746ec09ff64756797fe6314be5f53b30 (diff) | |
| download | bootstrap-dd1efdf0d5ec2469978a65c845cc5dfd16b74899.tar.xz bootstrap-dd1efdf0d5ec2469978a65c845cc5dfd16b74899.zip | |
update input prepend and append to use baseline variable
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/forms.less b/lib/forms.less index 4bdddc3a2..4b2bb8016 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -323,11 +323,11 @@ textarea[readonly] { display: block; width: auto; min-width: 16px; - height: 18px; + height: @baseLineHeight; padding: 4px 4px 4px 5px; margin-right: -1px; font-weight: normal; - line-height: 18px; + line-height: @baseLineHeight; color: @grayLight; text-align: center; text-shadow: 0 1px 0 @white; |
