Merge pull request #221 from tisdall/fix_pdf_rendering
fix pdf rendering by removing unused .gif
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
@@ -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;
|
||||
}
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user