doc.silverstripe.org/themes/ssorgsites/css/print.css
Sam Minnee e2a9ec214a Bundled ssorgsites theme into this site.
Note that this isn't the best way of keeping track of this shared functionality, but the ssorgsites module hasn't been released on github yet, and it's not clear that this will be the best way of sharing styles in the long run.
2012-09-05 18:59:54 +12:00

19 lines
511 B
CSS

/** ----------------------------------------------------------
*
* Print stylesheet for the ssorg sites. Handles common printing
* functionality and helper classes
*
* @author Michael Andrewartha <michael at silverstripe dot com>
* @author Will Rossiter <will at silverstripe dot com>
* ------------------------------------------------------- */
* { float: none; }
html { background: #fff; }
.ss-globaltoolbar { display: none; }
#sidebar,
#Sidebar,
.ssLogo,
#search-bar { display: none !important; }