Skip to content

Commit 230d5ea

Browse files
committed
Add header/footer
1 parent b87cbed commit 230d5ea

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

_layouts/default.html

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,26 @@
1212
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1313
<![endif]-->
1414
</head>
15-
<body>
15+
<body style="margin: 0px; padding: 0px">
1616

17-
<div style="max-width: 1024px; margin: auto;">
18-
{{ content }}
17+
<!-- header box -->
18+
<div style="width: 100%; height: 40px; background-color: #fafbfc; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #e1e4e8;">
19+
<div style="max-width: 1024px; margin: auto; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);">
20+
<h3><a href="https://github.com/Microsoft/web-build-tools/wiki">web-build-tools</a> API reference</h3>
21+
</div>
1922
</div>
23+
24+
<!-- page body -->
25+
<div style="max-width: 1024px; margin: auto; padding-top: 50px; padding-bottom: 50px">
26+
{{ content }}
27+
</div>
28+
29+
<!-- page footer -->
30+
<div style="max-width: 1024px; margin: auto;">
31+
<i>Copyright © Microsoft Corporation. All rights reserved.</i>
32+
</div>
33+
34+
2035
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
2136

2237
{% if site.google_analytics %}

0 commit comments

Comments
 (0)