mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add a print CSS style sheet
This commit is contained in:
parent
344cfcff06
commit
ba81752942
1 changed files with 18 additions and 0 deletions
|
@ -1293,6 +1293,24 @@ h2 .rssicon{
|
||||||
font-size:80%;
|
font-size:80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*Styles specific to printing*/
|
||||||
|
|
||||||
|
@media print{
|
||||||
|
.head{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.footer{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.foundation-banner{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.content{
|
||||||
|
padding:0;
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*Styles specific to mobiles*/
|
/*Styles specific to mobiles*/
|
||||||
|
|
||||||
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
|
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue