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
12a70cec
Commit
12a70cec
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Run grunt dist on theme for some reason
parent
2b37d2b5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/css/bootstrap-theme.css
+5
-5
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.min.css
+1
-1
dist/css/bootstrap-theme.min.css
with
6 additions
and
6 deletions
+6
-6
dist/css/bootstrap-theme.css
+
5
-
5
View file @
12a70cec
...
...
@@ -222,12 +222,12 @@
}
.navbar-inverse
.navbar-nav
>
.active
>
a
{
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#222222
),
to
(
#2
72727
));
background-image
:
-webkit-linear-gradient
(
top
,
#222222
,
0%
,
#2
72727
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#222222
0%
,
#2
72727
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#222222
0%
,
#2
72727
100%
);
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#222222
),
to
(
#2
82828
));
background-image
:
-webkit-linear-gradient
(
top
,
#222222
,
0%
,
#2
82828
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#222222
0%
,
#2
82828
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#222222
0%
,
#2
82828
100%
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff222222'
,
endColorstr
=
'#ff2
72727
'
,
GradientType
=
0
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff222222'
,
endColorstr
=
'#ff2
82828
'
,
GradientType
=
0
);
-webkit-box-shadow
:
inset
0
3px
9px
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
inset
0
3px
9px
rgba
(
0
,
0
,
0
,
0.25
);
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap-theme.min.css
+
1
-
1
View file @
12a70cec
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