1
0
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:
Tom Hutchison
2017-03-12 15:35:35 -04:00
parent 3c46af8dba
commit 8765cf2750
3 changed files with 22 additions and 14 deletions

View File

@@ -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;
}
}