mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
Merge pull request #10955 from ZDroid/patch-1
Insert comma to fix validation warning
This commit is contained in:
commit
7112d06a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue