diff options
| author | Mark Otto <[email protected]> | 2012-05-13 13:59:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-13 13:59:26 -0700 |
| commit | 6f61c96f02d82f8e908759f2d293b249e81665a0 (patch) | |
| tree | 39c8ab1ee7f099a4cfdf1c21423bcc03a742d9cc | |
| parent | 6a896597277cd382e5bfe62b6f4312cdaa4a9d8e (diff) | |
| parent | 839ec86ac7a6409d3200d6c38a9886bda7e068a0 (diff) | |
| download | bootstrap-6f61c96f02d82f8e908759f2d293b249e81665a0.tar.xz bootstrap-6f61c96f02d82f8e908759f2d293b249e81665a0.zip | |
Merge branch '2.0.4-wip' of github.com:twitter/bootstrap into 2.0.4-wip
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 7d967c6b3..61e29b697 100644 --- a/less/forms.less +++ b/less/forms.less @@ -344,7 +344,7 @@ select:focus:required:invalid { } // Placeholder text gets special styles; can't be bundled together though for some reason -.placeholder(@grayLight); +.placeholder(); |
