2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

Remove ancillary references to IE<9 in comments+docs

This commit is contained in:
Chris Rebert
2014-12-16 19:06:57 -08:00
parent ea039ac72e
commit a8299b5b45
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1550,7 +1550,7 @@ h1[id] {
border-color: rgb(204,204,204); /* Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback*/
border-color: rgba(82,168,236,.8);
outline: 0;
outline: thin dotted \9; /* IE6-9 */
outline: thin dotted \9; /* IE9 */
-webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}