Remove spare curly braces default tip
authorMichael Cooper <cooper@w3.org>
Tue, 24 Jun 2014 10:02:17 -0400
changeset 231 a870de07db1f
parent 229 2b0ebe5bb475
Remove spare curly braces
src/indie-ui-context.html
--- a/src/indie-ui-context.html	Mon Jun 23 18:09:19 2014 -0400
+++ b/src/indie-ui-context.html	Tue Jun 24 10:02:17 2014 -0400
@@ -619,7 +619,7 @@
 								@media (user-contrast > 0) {}
 
 								/* -ms-high-contrast: black-on-white; would be equivalent to: */
-								@media (user-contrast: 1) {}
+								@media (user-contrast: 1)
 								       and (user-color: black)
 								       and (user-background-color: white) {}