Ticket #4754 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Printer friendly version of post

Reported by: ilmars Assigned to: osimons
Priority: normal Component: FullBlogPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

Trac hides unneeded parts of interface when printing. It uses css media type for that. I needed to print blog post and discovered that sidebar is printed too. At least for me, it is usefull only when browsing on screen and contains unneeded information for print version. So, I'm not css expert, but adding

to fullblog.css worked for me and solved my issue.

Attachments

Change History

03/06/09 12:32:45 changed by ilmars

'-' added to get around spam protection

 @media print {
  .blog #blog-main { wid-th: 100%; }
  .blog #sidebar { wid-th: 0%; display: none; }
 }

03/06/09 12:55:40 changed by osimons

  • status changed from new to closed.
  • resolution set to fixed.

(In [5336]) FullBlogPlugin: Adding print styles - removing sidebar and some other not needed elements.

Thanks to ilmars for suggestion and patch!

Closes #4754.


Add/Change #4754 (Printer friendly version of post)




Change Properties
Action