Commit c865a68e authored by Chris Rebert's avatar Chris Rebert
Browse files

fix WebKit caps in comments

parent 9d2cf561
Showing with 4 additions and 4 deletions
+4 -4
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
color: @carousel-control-color; color: @carousel-control-color;
text-align: center; text-align: center;
text-shadow: @carousel-text-shadow; 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. // animation if you trip this while in the middle of another animation.
// Set gradients for backgrounds // Set gradients for backgrounds
......
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
} }
} }
// Webkit-style focus // WebKit-style focus
.tab-focus() { .tab-focus() {
// Default // Default
outline: thin dotted #333; outline: thin dotted #333;
// Webkit // WebKit
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
// Bar animations // Bar animations
// ------------------------- // -------------------------
// Webkit // WebKit
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { background-position: 40px 0; } from { background-position: 40px 0; }
to { background-position: 0 0; } to { background-position: 0 0; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment