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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_
2011-09-16 20:41:47 +00:00
parent 34dbc01722
commit c93578bfbe
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%