Merge pull request #221 from tisdall/fix_pdf_rendering

fix pdf rendering by removing unused .gif
This commit is contained in:
Steve Piercy
2015-05-05 23:19:33 -07:00
3 changed files with 1 additions and 34 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -1,33 +0,0 @@
@import url('default.css');
body {
background-color: #006339;
}
div.document {
background-color: #dad3bd;
}
div.sphinxsidebar h3, h4, h5, a {
color: #127c56 !important;
}
div.related {
color: #dad3bd !important;
background-color: #00744a;
}
div.related a {
color: #dad3bd !important;
}
/* override the justify text align of the default */
div.body p {
text-align: left !important;
}
/* fix google chrome <pre> tag renderings */
pre {
line-height: normal !important;
}

View File

@@ -199,7 +199,7 @@ latex_documents = [
# The name of an image file (relative to this directory) to place at the
# top of the title page.
latex_logo = '.static/logo_hi.gif'
#latex_logo = '.static/logo_hi.gif'
# For "manual" documents, if this is true, then toplevel headings are
# parts, not chapters.