mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
e2a9ec214a
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.
19 lines
511 B
CSS
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; }
|