Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove empty footer
This empty footer was rendering a dark bar on the bottom of each page
without any content.
  • Loading branch information
silverwind committed Jan 11, 2016
commit 51adf067adf5656c2a68a7e2f83413235e5c2d3a
9 changes: 1 addition & 8 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
margin: 0;
padding: 0;
color: #333;
background: #fcfefa;
background: #fff;
}

#content {
Expand Down Expand Up @@ -426,13 +426,6 @@ span.type {
background: none;
}

#footer {
padding: 0;
min-height: 24px;
background: #333;
color: white;
}

span > .mark,
span > .mark:visited {
font-size: 18px;
Expand Down
3 changes: 0 additions & 3 deletions doc/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ <h2>Table of Contents</h2>
</div>
</div>
</div>
<div id="footer">
</div>

<script src="assets/sh_main.js"></script>
<script src="assets/sh_javascript.min.js"></script>
<script>highlight(undefined, undefined, 'pre');</script>
Expand Down