1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

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
commit 33adf8dc91
4 changed files with 46 additions and 27 deletions

View file

@ -26,7 +26,9 @@
div.tools,
header div,
.messages,
.entrie + .results {
.entrie + .results,
#article .mbm a,
#article-informations {
display: none !important;
}

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;
}