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
Родитель 270cc97c4d
Коммит d361b3ce07
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;