Fix body padding

This commit is contained in:
Victor Tran 2017-04-18 11:21:22 +10:00
parent a06432ed0e
commit 859958a532
3 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
body { body {
padding-top: 50px; /* padding-top: 50px; */
padding-bottom: 20px; padding-bottom: 20px;
} }

View file

@ -5882,7 +5882,7 @@ legend {
body { body {
margin-top: 70px; /* margin-top: 70px; */
} }
#wrapper { #wrapper {

View file

@ -469,6 +469,7 @@
<Content Include="ApplicationInsights.config"> <Content Include="ApplicationInsights.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="fonts\Contemporary-Regular.ttf" />
<None Include="Scripts\jquery-1.10.2.intellisense.js" /> <None Include="Scripts\jquery-1.10.2.intellisense.js" />
<Content Include="Scripts\highlight.js" /> <Content Include="Scripts\highlight.js" />
<Content Include="Scripts\jquery-1.10.2.js" /> <Content Include="Scripts\jquery-1.10.2.js" />