diff options
| author | Mark Otto <[email protected]> | 2013-10-13 19:41:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 19:41:12 -0700 |
| commit | 7112d06a2be7098d0be0336513d64b9f31af38fa (patch) | |
| tree | c8ea053c140e1ab90e60109b4e24f160a98d46f8 | |
| parent | f660bd42052949124a2c3342dadcdb12fd979f02 (diff) | |
| parent | b1cc07fa1525f0900d32bdcbdf7b38a616971acd (diff) | |
| download | bootstrap-7112d06a2be7098d0be0336513d64b9f31af38fa.tar.xz bootstrap-7112d06a2be7098d0be0336513d64b9f31af38fa.zip | |
Merge pull request #10955 from ZDroid/patch-1
Insert comma to fix validation warning
| -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; } |
