Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
6cbf2f40
Commit
6cbf2f40
authored
13 years ago
by
Jon Stevens
Browse files
Options
Download
Email Patches
Plain Diff
s/#fff/@white/
parent
e49e49ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/carousel.less
+1
-1
lib/carousel.less
lib/progress-bars.less
+1
-1
lib/progress-bars.less
with
2 additions
and
2 deletions
+2
-2
lib/carousel.less
+
1
-
1
View file @
6cbf2f40
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
color: #fff;
color: #fff;
text-align: center;
text-align: center;
background: @grayDarker;
background: @grayDarker;
border: 3px solid
#fff
;
border: 3px solid
@white
;
.border-radius(23px);
.border-radius(23px);
.opacity(50);
.opacity(50);
.transition(all .2s linear);
.transition(all .2s linear);
...
...
This diff is collapsed.
Click to expand it.
lib/progress-bars.less
+
1
-
1
View file @
6cbf2f40
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
.progress .bar {
.progress .bar {
width: 0%;
width: 0%;
height: 18px;
height: 18px;
color:
#fff
;
color:
@white
;
font-size: 12px;
font-size: 12px;
text-align: center;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
...
...
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
Menu
Explore
Projects
Groups
Snippets