From: Chris Rebert Date: Fri, 25 Oct 2013 02:20:08 +0000 (-0700) Subject: fix WebKit caps in comments X-Git-Tag: v3.0.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c865a68e212e6ba35a5049b568f63730ee870a82;p=thirdparty%2Fbootstrap.git fix WebKit caps in comments --- 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; }