Cleaning up code
This commit is contained in:
parent
2e20b06d22
commit
05da76f3b9
9 changed files with 41 additions and 461 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue