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-07 05:12:29 +00:00
Родитель 2867c94fec
Коммит 309d45d5e2
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

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