diff --git a/themes/foundation5/css/print.css b/themes/foundation5/css/print.css new file mode 100644 index 0000000000000000000000000000000000000000..55069c7319aac9681e55d2d024101d306d9933a5 --- /dev/null +++ b/themes/foundation5/css/print.css @@ -0,0 +1 @@ +.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 diff --git a/themes/foundation5/theme.config.php b/themes/foundation5/theme.config.php index 49a20768044321eab18054344ad6ec90509d5084..e5813ee73233a534781d4aebaffc711e7a64d3fa 100644 --- a/themes/foundation5/theme.config.php +++ b/themes/foundation5/theme.config.php @@ -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