1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 23:54:08 +02: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

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;
}