Cleaning up code

This commit is contained in:
Manuel Cillero 2017-10-01 23:20:19 +02:00
parent 2e20b06d22
commit 05da76f3b9
9 changed files with 41 additions and 461 deletions

View file

@ -1,8 +1,6 @@
/**
* @file
* Print styling
*
* We provide some sane print styling for Drupal using Zen's layout method.
* Print styling.
*/
@ -27,6 +25,9 @@ body.print-body select::-ms-expand {
body.print-body button.form-submit {
display: none !important;
}
body.print-body div[class^="section-"] {
page-break-before: always;
}
/*
* Collapsible fieldsets.