2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

fix WebKit caps in comments

This commit is contained in:
Chris Rebert
2013-10-24 19:20:08 -07:00
parent 9d2cf56177
commit c865a68e21
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -27,11 +27,11 @@
}
}
// Webkit-style focus
// WebKit-style focus
.tab-focus() {
// Default
outline: thin dotted #333;
// Webkit
// WebKit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}