diff options
| author | Mark Otto <[email protected]> | 2012-09-10 22:41:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-10 22:41:14 -0700 |
| commit | cd2b12f788f9c1d32ae20929f7deefb5ad2d99e8 (patch) | |
| tree | e35947d69c6716aec6b90b79719c17b7e54e19b8 /less/forms.less | |
| parent | 10faf28aefdf311d7021608ca0ce6b70443648aa (diff) | |
| download | bootstrap-cd2b12f788f9c1d32ae20929f7deefb5ad2d99e8.tar.xz bootstrap-cd2b12f788f9c1d32ae20929f7deefb5ad2d99e8.zip | |
fixes #5064 manually: remove fancy quote mark
Diffstat (limited to 'less/forms.less')
| -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 f8d8562b6..fe1e46d53 100644 --- a/less/forms.less +++ b/less/forms.less @@ -210,7 +210,7 @@ input[type="checkbox"]:focus { // Placeholder // ------------------------- -// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn’t understand a selector +// Placeholder text gets special styles because when browsers invalidate entire lines if it doesn't understand a selector input, textarea { .placeholder(); |
