mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-21 18:09:03 +01:00
Merge pull request #24 from Hutchy68/printCSS
Update to NO print css Echo and AddThis
This commit is contained in:
commit
e84c9c9a7e
@ -13,12 +13,17 @@
|
||||
}
|
||||
/* do not print borders of page */
|
||||
#p-cactions {
|
||||
border-right:none;
|
||||
border-left:none;
|
||||
border-right: none !important;
|
||||
border-left: none !important;
|
||||
}
|
||||
/* if addThis share is used, hide mobile content from js */
|
||||
#at4m-dock {
|
||||
display: none;
|
||||
/* if addThis share is used, make sure to hide mobile content from js */
|
||||
#at4m-dock, .at4-show,
|
||||
#atstbx {
|
||||
display: none !important;
|
||||
}
|
||||
/* hide Echo if being used */
|
||||
#echo-notifications {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user