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
3c39bc0d
Commit
3c39bc0d
authored
Jul 31, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start on navbar
parent
60e1f5e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
dist/css/bootstrap.css
dist/css/bootstrap.css
+20
-0
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
No files found.
dist/css/bootstrap.css
View file @
3c39bc0d
...
...
@@ -4826,4 +4826,24 @@ td.visible-print {
border-color
:
#2aabd2
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
0.125
);
}
.navbar
{
background-color
:
#eeeeee
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#ffffff
),
to
(
#eeeeee
));
background-image
:
-webkit-linear-gradient
(
top
,
#ffffff
,
0%
,
#eeeeee
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#ffffff
0%
,
#eeeeee
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#ffffff
0%
,
#eeeeee
100%
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#ffeeeeee'
,
GradientType
=
0
);
}
.navbar-inverse
{
background-color
:
#222222
;
background-image
:
-webkit-gradient
(
linear
,
left
0%
,
left
100%
,
from
(
#3c3c3c
),
to
(
#222222
));
background-image
:
-webkit-linear-gradient
(
top
,
#3c3c3c
,
0%
,
#222222
,
100%
);
background-image
:
-moz-linear-gradient
(
top
,
#3c3c3c
0%
,
#222222
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#3c3c3c
0%
,
#222222
100%
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff3c3c3c'
,
endColorstr
=
'#ff222222'
,
GradientType
=
0
);
}
\ No newline at end of file
dist/css/bootstrap.min.css
View file @
3c39bc0d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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