1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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

View file

@ -75,7 +75,7 @@
color: @carousel-control-color;
text-align: center;
text-shadow: @carousel-text-shadow;
// We can't have this transition here because webkit cancels the carousel
// We can't have this transition here because WebKit cancels the carousel
// animation if you trip this while in the middle of another animation.
// Set gradients for backgrounds

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;
}

View file

@ -6,7 +6,7 @@
// Bar animations
// -------------------------
// Webkit
// WebKit
@-webkit-keyframes progress-bar-stripes {
from { background-position: 40px 0; }
to { background-position: 0 0; }