Commit 7112d06a authored by Mark Otto's avatar Mark Otto

Merge pull request #10955 from ZDroid/patch-1

Insert comma to fix validation warning
parents f660bd42 b1cc07fa
...@@ -114,6 +114,6 @@ hr { ...@@ -114,6 +114,6 @@ hr {
margin: -1px; margin: -1px;
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
clip: rect(0 0 0 0); clip: rect(0,0,0,0);
border: 0; border: 0;
} }
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