diff options
| author | Mark Otto <[email protected]> | 2012-08-25 21:51:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-25 21:51:07 -0700 |
| commit | bb9d1af1ca80879b6a27c2471f33d1c3aa2579fc (patch) | |
| tree | 04360cf418007b9d74547e040434396e47e827be | |
| parent | aa07523e696c4418e9486b36d6fe49990fcd2f78 (diff) | |
| download | bootstrap-bb9d1af1ca80879b6a27c2471f33d1c3aa2579fc.tar.xz bootstrap-bb9d1af1ca80879b6a27c2471f33d1c3aa2579fc.zip | |
fixes #4672 manually: placeholder comment
| -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 5a8463344..ea17655c3 100644 --- a/less/forms.less +++ b/less/forms.less @@ -209,7 +209,7 @@ input[type="checkbox"]:focus { // Placeholder // ------------------------- -// Placeholder text gets special styles; can't be bundled together though for some reason +// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn’t understand a selector input, textarea { .placeholder(); |
