Merge pull request #2242 from wallabag/fix-minor-css

Fix print / article views
This commit is contained in:
Jeremy Benoist
2016-09-01 22:23:45 +02:00
committed by GitHub
4 changed files with 46 additions and 27 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;
}