mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Bug 354803 - Print-version of feed preview shouldn't include the subscription UI. r=gavin.
This commit is contained in:
parent
ba8f2bc8f6
commit
7e028daa38
@ -78,6 +78,13 @@ html {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
/* Don't print subscription UI */
|
||||
@media print {
|
||||
#feedHeaderContainer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0 3em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user