hide some elements and shadows when printing (#4621)

This commit is contained in:
Frédéric Péters 2014-04-02 17:47:46 +02:00
parent bc8099878c
commit a0eacd2096
1 changed files with 10 additions and 0 deletions

View File

@ -800,4 +800,14 @@ tr.row-state-finished a[href$="/edit"] {
div.position-0 {
margin-left: 1%;
}
#portal-body-top h1 {
text-shadow: none;
}
div#portal-down,
div#portal-top {
display: none;
}
div#portal-body {
box-shadow: none;
}
}