Adds a very basic print style.

This commit is contained in:
Lars Jung 2012-03-02 17:26:23 +01:00
parent 833a8ed13f
commit db946f2812

View file

@ -34,3 +34,23 @@ body > footer {
} }
} }
} }
@media print {
a[href]:after {
content: "";
}
body > nav {
position: static;
margin-bottom: 2em;
.view, #download {
display: none;
}
}
body > footer {
position: static;
margin-top: 2em;
}
#tree {
display: none !important;
}
}