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:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user