mirror of
https://github.com/Hutchy68/pivot.git
synced 2025-12-19 23:37:03 +01:00
Making massive improvements for print-css and hide-for-print. Will now print from regular page without having to go to printable version link.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
@media print {
|
||||
nav, footer { display:none; }
|
||||
}4.namespace.label {
|
||||
padding: 0.25em;
|
||||
font-size: 1.4em !important;
|
||||
font-weight: normal;
|
||||
background-color: #2284a1 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
#at4m-dock {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user