File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments