Commit b852875e authored by Pascal Hartig's avatar Pascal Hartig

Merge pull request #600 from theoptips/gh-pages

fixed base.css input::-moz-placeholder
parents 45a312d8 966886b6
...@@ -61,7 +61,7 @@ body { ...@@ -61,7 +61,7 @@ body {
font-style: italic; font-style: italic;
} }
#todoapp input:-moz-placeholder { #todoapp input::-moz-placeholder {
font-style: italic; font-style: italic;
color: #a9a9a9; color: #a9a9a9;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment