diff options
| author | Zlatan Vasović <[email protected]> | 2013-10-05 20:14:19 +0200 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-10-05 20:14:19 +0200 |
| commit | b1cc07fa1525f0900d32bdcbdf7b38a616971acd (patch) | |
| tree | 99de766ca5d2c417368ff09be70e5ee8ed07b4f0 | |
| parent | 56093dea995b48a11b1352e303b9db9853750581 (diff) | |
| download | bootstrap-b1cc07fa1525f0900d32bdcbdf7b38a616971acd.tar.xz bootstrap-b1cc07fa1525f0900d32bdcbdf7b38a616971acd.zip | |
Insert comma to fix validation warning
BS doesn't support IE6/IE7, so comma can be inserted.
| -rw-r--r-- | less/scaffolding.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 046eb774a..976b4e3c2 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; } |
