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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user