Fix print / article views

This commit is contained in:
Nicolas Lœuillet
2016-08-26 14:26:47 +02:00
parent c4da9d1cd8
commit 52ef497099
2 changed files with 19 additions and 5 deletions

View File

@ -26,10 +26,23 @@
div.tools,
header div,
.messages,
.entry + .results {
.entry + .results,
#slide-out,
.progress, .hide-on-large-only,
#article > aside,
#article .mbm a
{
display: none !important;
}
main {
padding-left: 0 !important;
}
#article {
margin: inherit !important;
}
article {
border: none !important;
}