Commit 762caad4 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 110152: Offer CSS2 "paged media" for people who print the show_bug page -…

Bug 110152: Offer CSS2 "paged media" for people who print the show_bug page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
parent f4f96532
...@@ -280,3 +280,15 @@ body > dl > dt { ...@@ -280,3 +280,15 @@ body > dl > dt {
dl dl > dt { dl dl > dt {
border-top: none; border-top: none;
} }
/* Rules specific for printing */
@media print {
#header, #footer {
display: none;
}
body {
background-image: none;
background-color: #fff;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment