2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #10955 from ZDroid/patch-1

Insert comma to fix validation warning
This commit is contained in:
Mark Otto
2013-10-13 19:41:12 -07:00
+1 -1
View 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;
}