diff options
| author | Mark Otto <[email protected]> | 2012-06-14 11:56:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-14 11:56:46 -0700 |
| commit | b1cb5565039f492766fdfd727f776f3e9dfa7e45 (patch) | |
| tree | bef6287916e0e0beb6b2f179e3388aafd426c868 /docs/assets | |
| parent | cda48d41baacf1f515dbdd4ef091a42eff26b469 (diff) | |
| download | bootstrap-b1cb5565039f492766fdfd727f776f3e9dfa7e45.tar.xz bootstrap-b1cb5565039f492766fdfd727f776f3e9dfa7e45.zip | |
improve inline-block of append/prepend inputs with font-size: 0;
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 9803e2a6a..838d5a611 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1269,6 +1269,7 @@ textarea::-webkit-input-placeholder { .input-prepend, .input-append { margin-bottom: 5px; + font-size: 0; } .input-prepend input, @@ -1280,6 +1281,7 @@ textarea::-webkit-input-placeholder { position: relative; margin-bottom: 0; *margin-left: 0; + font-size: 13px; vertical-align: middle; -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; @@ -1307,6 +1309,7 @@ textarea::-webkit-input-placeholder { height: 18px; min-width: 16px; padding: 4px 5px; + font-size: 13px; font-weight: normal; line-height: 18px; text-align: center; |
