Skip to content
Snippets Groups Projects
Commit b0418ceb authored by khawkins98's avatar khawkins98
Browse files

use header/footer in local content; for #86

parent c825fafc
No related branches found
No related tags found
No related merge requests found
......@@ -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"] {
......
......@@ -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 -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment