Main theme for SuiteDesk
This commit is contained in:
parent
8cf3c56044
commit
42540d1310
185 changed files with 17597 additions and 0 deletions
15
themes/zuitedesk/css/print.css
Normal file
15
themes/zuitedesk/css/print.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* @file
|
||||
* Print styling
|
||||
*
|
||||
* We provide some sane print styling for Drupal using Zen's layout method.
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* "GeSHi Filter" module.
|
||||
*/
|
||||
div.geshifilter pre {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
Reference in a new issue