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
244a9ab7
Commit
244a9ab7
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
reverse the gradient on striped progress bars so it matches the active state when animated
parent
a8549974
7 merge requests
!4427
Use variable for desktop media query
,
!4258
Aria
,
!4248
Amended mentions of 'javascript' to the correct 'JavaScript'
,
!4235
Patch 1
,
!4232
Fixing the modal z-index issue + make modal stacking possible
,
!4213
2.1.0 wip
,
!4165
Patch 2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap-responsive.css
+0
-4
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
+27
-60
docs/assets/css/bootstrap.css
less/mixins.less
+1
-1
less/mixins.less
with
28 additions
and
65 deletions
+28
-65
docs/assets/css/bootstrap-responsive.css
+
0
-
4
View file @
244a9ab7
...
...
@@ -36,7 +36,6 @@
min-height
:
28px
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
...
...
@@ -202,7 +201,6 @@
*
margin-left
:
2.510911074638298%
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.row-fluid
[
class
*=
"span"
]
:first-child
{
...
...
@@ -543,7 +541,6 @@
*
margin-left
:
2.709239449638298%
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.row-fluid
[
class
*=
"span"
]
:first-child
{
...
...
@@ -811,7 +808,6 @@
min-height
:
28px
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.input-prepend
input
,
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
27
-
60
View file @
244a9ab7
This diff is collapsed.
Click to expand it.
less/mixins.less
+
1
-
1
View file @
244a9ab7
...
...
@@ -440,7 +440,7 @@
background-image: -o-radial-gradient(circle, @innerColor, @outerColor);
background-repeat: no-repeat;
}
.striped(@color, @angle:
-
45deg) {
.striped(@color, @angle: 45deg) {
background-color: @color;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,.15)), color-stop(.75, rgba(255,255,255,.15)), color-stop(.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(@angle, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
...
...
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