mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Insert comma to fix validation warning
BS doesn't support IE6/IE7, so comma can be inserted.
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