From c865a68e212e6ba35a5049b568f63730ee870a82 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 24 Oct 2013 19:20:08 -0700 Subject: [PATCH] fix WebKit caps in comments --- less/carousel.less | 2 +- less/mixins.less | 4 ++-- less/progress-bars.less | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/less/carousel.less b/less/carousel.less index d0d90736f9..317963b7fb 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -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 diff --git a/less/mixins.less b/less/mixins.less index 62b91f27ba..9a4ce3a4ca 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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; } diff --git a/less/progress-bars.less b/less/progress-bars.less index 0bb3b5852b..d0bb19e026 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -6,7 +6,7 @@ // Bar animations // ------------------------- -// Webkit +// WebKit @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; }