From: Zlatan Vasović Date: Sat, 5 Oct 2013 18:14:19 +0000 (+0200) Subject: Insert comma to fix validation warning X-Git-Tag: v3.0.1~39^2~48^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10955%2Fhead;p=thirdparty%2Fbootstrap.git Insert comma to fix validation warning BS doesn't support IE6/IE7, so comma can be inserted. --- diff --git a/less/scaffolding.less b/less/scaffolding.less index 046eb774a3..976b4e3c2e 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -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; }