зеркало из https://github.com/mozilla/pjs.git
Bug 354803 - Print-version of feed preview shouldn't include the subscription UI. r=gavin.
This commit is contained in:
Родитель
270cc97c4d
Коммит
d361b3ce07
|
@ -78,6 +78,13 @@ html {
|
|||
direction: rtl;
|
||||
}
|
||||
|
||||
/* Don't print subscription UI */
|
||||
@media print {
|
||||
#feedHeaderContainer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0 3em;
|
||||
|
|
Загрузка…
Ссылка в новой задаче