Bug 354803 - Print-version of feed preview shouldn't include the subscription UI. r=gavin.

This commit is contained in:
mozilla.mano@sent.com 2007-11-06 21:09:44 -08:00
parent ba8f2bc8f6
commit 7e028daa38

View File

@ -78,6 +78,13 @@ html {
direction: rtl;
}
/* Don't print subscription UI */
@media print {
#feedHeaderContainer {
display: none;
}
}
body {
margin: 0;
padding: 0 3em;