Fix several CSS syntax errors. Props demetris. Fixes #18640.

git-svn-id: https://develop.svn.wordpress.org/trunk@18691 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave
2011-09-16 20:41:47 +00:00
parent 1688cde0e2
commit d98a9d0b0c
5 changed files with 13 additions and 13 deletions

View File

@@ -4644,14 +4644,14 @@ input.button-highlighted,
cursor: move;
color: #333;
background: #dfdfdf;
-webkit-gradient(
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.07, rgb(230,230,230)),
color-stop(0.77, rgb(216,216,216))
);
-moz-linear-gradient(
background-image: -moz-linear-gradient(
center bottom,
rgb(230,230,230) 7%,
rgb(216,216,216) 77%