Skip to content
Snippets Groups Projects
Verified Commit 06357589 authored by Antoine Beaupré's avatar Antoine Beaupré
Browse files

reset size constraints in print format

paper takes care of resizing stuff to reasonable constraints.
parent b439384d
No related branches found
No related tags found
No related merge requests found
......@@ -213,4 +213,14 @@ table { font-size: inherit; } /* why the heck does chrome override font-size for
/* remove link explosion in footer */
.pagedate a[href]::after { content: normal; }
.footer a[href]::after { content: normal; }
/* reset size constraints, paper takes care of that */
#content {
width: auto;
max-width: inherit;
padding: 0;
margin: 0;
}
body {
margin: 0;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment