mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-13 05:59:03 +01:00
24 lines
506 B
CSS
24 lines
506 B
CSS
@media print {
|
|
/* stop double border at bottom with print */
|
|
footer.row {
|
|
border: none;
|
|
}
|
|
/*make namespace labels stand out */
|
|
h4.namespace.label {
|
|
padding: 0.25em;
|
|
font-size: 1.4em !important;
|
|
font-weight: normal;
|
|
background-color: #2284a1 !important;
|
|
color: #fff !important;
|
|
}
|
|
/* do not print borders of page */
|
|
#p-cactions {
|
|
border-right:none;
|
|
border-left:none;
|
|
}
|
|
/* if addThis share is used, hide mobile content from js */
|
|
#at4m-dock {
|
|
display: none;
|
|
}
|
|
|
|
} |