shouldn't show versions and footer in print version

This commit is contained in:
Dave Snider 2014-04-18 07:33:02 -07:00
parent 8e6795dfd1
commit 79740ac4fb
3 changed files with 8 additions and 3 deletions

View File

@ -68,7 +68,7 @@
// This is the on state for pages beyond second level
li.toctree-l2.current > a
background: darken($section-background-color, 20%)
padding: $gutter / 4 $gutter * 1.5
padding: $gutter / 4 $gutter * 1.5
li.current ul
display: block
li ul
@ -282,7 +282,7 @@ footer
background: $section-background-color
@media print
.wy-nav-side
.rst-versions, footer, .wy-nav-side
display: none
.wy-nav-content-wrap
margin-left: 0

View File

@ -5,3 +5,8 @@
$font-awesome-dir: "../font/"
$static-img: "../img/"
$mathjax-color: $text-color
$base-font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif
$custom-font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif
$custom-font-family2: Georgia, serif
$code-font-family: "Consolas", "Monaco", monospace

File diff suppressed because one or more lines are too long