Skip to content
Snippets Groups Projects
Commit 73c37e73 authored by Claas Kazzer's avatar Claas Kazzer :speech_balloon: Committed by André Lahmann
Browse files

refs #8644:

* added print css and print.css-call
parent 03e07f46
No related merge requests found
.hide-for-print,.hide-for-print *,.hide-for-print[class*=span]{display:none}a{pointer-events:none;cursor:default}a[href]:after{content:''}*{background-color:#FFF}.container{margin:0}.container .medium-9{width:90%}.panel,.tabs-content{border:0}.row.result:nth-of-type(2n){background:#fff}
\ No newline at end of file
......@@ -6,6 +6,7 @@ return array(
// import foundation into default.scss and leave next line out
'vendor/font-awesome.css',
'default.css',
'print.css:print',
),
'js' => array(
'vendor/base64.js:lt IE 10', // btoa polyfill
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment