Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Framework
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Framework
Commits
b0418ceb
Commit
b0418ceb
authored
7 years ago
by
khawkins98
Browse files
Options
Downloads
Patches
Plain Diff
use header/footer in local content; for #86
parent
c825fafc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/ebi-global.scss
+2
-2
2 additions, 2 deletions
css/ebi-global.scss
index.html
+4
-4
4 additions, 4 deletions
index.html
with
6 additions
and
6 deletions
css/ebi-global.scss
+
2
−
2
View file @
b0418ceb
...
...
@@ -344,8 +344,8 @@ a:active {
}
/* tweak sticky behaviour */
div
.masthead.sticky
{
width
:
100%
;
position
:
static
;
-webkit-transform
:
none
;
transform
:
none
;
}
div
.masthead.sticky.is-stuck
{
position
:
fixed
;
-webkit-transform
:
translate3d
(
0
,
0
,
0
);
transform
:
translate3d
(
0
,
0
,
0
);
}
.masthead.sticky
{
width
:
100%
;
position
:
static
;
-webkit-transform
:
none
;
transform
:
none
;
}
.masthead.sticky.is-stuck
{
position
:
fixed
;
-webkit-transform
:
translate3d
(
0
,
0
,
0
);
transform
:
translate3d
(
0
,
0
,
0
);
}
input
#local-searchbox
,
#local-search
[
type
=
"submit"
]
{
...
...
This diff is collapsed.
Click to expand it.
index.html
+
4
−
4
View file @
b0418ceb
...
...
@@ -90,7 +90,7 @@
<!-- Suggested layout containers / #content -->
<div
id=
"content"
>
<div
data-sticky-container
>
<
div
id=
"masthead"
class=
"masthead"
data-sticky
data-sticky-on=
"large"
data-top-anchor=
"content:top"
data-btm-anchor=
"content:bottom"
>
<
header
id=
"masthead"
class=
"masthead"
data-sticky
data-sticky-on=
"large"
data-top-anchor=
"
main-
content
-area
:top"
data-btm-anchor=
"
main-
content
-area
:bottom"
>
<div
class=
"masthead-inner row"
>
<!-- local-title -->
<div
class=
"columns medium-7"
id=
"local-title"
>
...
...
@@ -126,7 +126,7 @@
</nav>
<!-- /local-nav -->
</div>
</
div
>
</
header
>
</div>
<!-- Your menu structure should make a breadcrumb redundant, but if a breadcrump is needed uncomment the below -->
...
...
@@ -153,11 +153,11 @@
</section>
<!-- Optional local footer (insert citation / project-specific copyright / etc here -->
<
section
id=
"local-footer"
class=
"local-footer"
role=
"local-footer"
>
<
footer
id=
"local-footer"
class=
"local-footer"
role=
"local-footer"
>
<div
class=
"row"
>
<span
class=
"reference"
>
How to reference this page: ...
</span>
</div>
</
section
>
</
footer
>
<!-- End optional local footer -->
</div>
<!-- End suggested layout containers / #content -->
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment