Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
12a70cec
Commit
12a70cec
authored
Aug 23, 2013
by
Mark Otto
Browse files
Options
Browse Files
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
with
6 additions
and
6 deletions
+6
-6
dist/css/bootstrap-theme.css
dist/css/bootstrap-theme.css
+5
-5
dist/css/bootstrap-theme.min.css
dist/css/bootstrap-theme.min.css
+1
-1
No files found.
dist/css/bootstrap-theme.css
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
);
}
...
...
dist/css/bootstrap-theme.min.css
View file @
12a70cec
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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