Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c865a68e
Commit
c865a68e
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
fix WebKit caps in comments
parent
9d2cf561
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
less/carousel.less
+1
-1
less/carousel.less
less/mixins.less
+2
-2
less/mixins.less
less/progress-bars.less
+1
-1
less/progress-bars.less
with
4 additions
and
4 deletions
+4
-4
less/carousel.less
+
1
-
1
View file @
c865a68e
...
@@ -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
w
eb
k
it cancels the carousel
// We can't have this transition here because
W
eb
K
it 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
...
...
This diff is collapsed.
Click to expand it.
less/mixins.less
+
2
-
2
View file @
c865a68e
...
@@ -27,11 +27,11 @@
...
@@ -27,11 +27,11 @@
}
}
}
}
// Web
k
it-style focus
// Web
K
it-style focus
.tab-focus() {
.tab-focus() {
// Default
// Default
outline: thin dotted #333;
outline: thin dotted #333;
// Web
k
it
// Web
K
it
outline: 5px auto -webkit-focus-ring-color;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
outline-offset: -2px;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/progress-bars.less
+
1
-
1
View file @
c865a68e
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
// Bar animations
// Bar animations
// -------------------------
// -------------------------
// Web
k
it
// Web
K
it
@-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; }
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment