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
e0722fcb
Commit
e0722fcb
authored
Sep 02, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup docs and fix gradient in masthead
parent
8c1e60c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/assets/css/docs.css
docs/assets/css/docs.css
+3
-3
No files found.
docs/assets/css/docs.css
View file @
e0722fcb
...
...
@@ -24,8 +24,9 @@ section > .row {
background-image
:
-moz-linear-gradient
(
#004D9F
,
#049cd9
);
background-image
:
-o-linear-gradient
(
top
,
#004D9F
,
#049cd9
);
background-image
:
-khtml-gradient
(
linear
,
left
top
,
left
bottom
,
from
(
#004D9F
),
to
(
#049cd9
));
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Gradient
(
StartColorStr
=
'#004D9F'
,
EndColorStr
=
'#049cd9'
,
GradientType
=
0
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0))"
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#004D9F'
,
endColorstr
=
'#049cd9'
,
GradientType
=
0
)
\
9
;
/* IE8 and down */
}
#masthead
div
.inner
,
#footer
div
.inner
{
background
:
transparent
url(../img/grid-18px.png)
top
center
;
...
...
@@ -199,7 +200,6 @@ div.topbar-wrapper div.topbar {
position
:
absolute
;
margin
:
0
-20px
;
}
div
.topbar-wrapper
div
.topbar
.topbar-inner
{
padding-left
:
20px
;
padding-right
:
20px
;
...
...
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