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
66f65355
Commit
66f65355
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #1212 from lookfirst/white
2.0-wip: s/#fff/@white/
parents
e49e49ff
0b2dd16e
7 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
,
!1315
[2.0-wip] Fix mustache glob when building
,
!1268
[wip-2.0] IE 7/8 Typehead JS fix
,
!1236
2.0 wip - Fix for issue #1202
,
!1219
Removed dotted outline on navbar dropdown menu
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/carousel.less
+2
-2
lib/carousel.less
lib/progress-bars.less
+1
-1
lib/progress-bars.less
with
3 additions
and
3 deletions
+3
-3
lib/carousel.less
+
2
-
2
View file @
66f65355
...
@@ -68,10 +68,10 @@
...
@@ -68,10 +68,10 @@
font-size: 60px;
font-size: 60px;
font-weight: 100;
font-weight: 100;
line-height: 30px;
line-height: 30px;
color:
#fff
;
color:
@white
;
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 @
66f65355
...
@@ -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