Hi Devs,
i want to print pages and can't use 100% Scale because they are to wide. I
found with Firefox Inspector that the reason is
#contentcolumn .main {
margin: 0px !important;
}
Do you know how i can only disable this for print?
I tried
#contentcolumn .main {
margin: auto;
}
but this not seems to work. When i disable this css-line in firefox
inspector it seems ok.
Regards,
Matthias
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Skip-CSS-for-Print-tp7588333.html
Sent from the XWiki- Dev mailing list archive at
Nabble.com.