diff options
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index 2ba50f1de..460cd7ba0 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 18 00:30:09 PST 2012 + * Date: Wed Jan 18 00:34:59 PST 2012 */ html, body { margin: 0; @@ -842,10 +842,10 @@ input:invalid:focus, textarea:invalid:focus, select:invalid:focus { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); cursor: not-allowed; } -input:-moz-placeholder { +:-moz-placeholder { color: #999999; } -input::-webkit-input-placeholder { +::-webkit-input-placeholder { color: #999999; } .help-block { |
