]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Insert comma to fix validation warning 10955/head
authorZlatan Vasović <legospace9876@gmail.com>
Sat, 5 Oct 2013 18:14:19 +0000 (20:14 +0200)
committerZlatan Vasović <legospace9876@gmail.com>
Sat, 5 Oct 2013 18:14:19 +0000 (20:14 +0200)
BS doesn't support IE6/IE7, so comma can be inserted.

less/scaffolding.less

index 046eb774a3695c97c28a6d29ba0b788b3812cb04..976b4e3c2e83ef4c1c404fc91c748cb933c932eb 100644 (file)
@@ -114,6 +114,6 @@ hr {
   margin: -1px;
   padding: 0;
   overflow: hidden;
-  clip: rect(0 0 0 0);
+  clip: rect(0,0,0,0);
   border: 0;
 }