From 326314e6c07af25ae4e0f20299b86cdc100528e9 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 24 Nov 2008 17:16:54 -0500 Subject: Returned day and night effects --- theme/css/print.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 theme/css/print.css (limited to 'theme/css/print.css') diff --git a/theme/css/print.css b/theme/css/print.css new file mode 100644 index 0000000..5e54a1e --- /dev/null +++ b/theme/css/print.css @@ -0,0 +1,24 @@ +body { + width: 100% !important; +} + +div#banner, div#footer, div#rightbar { + display: none; +} + +span.print { + display: inline; +} + +div#cleardiv { + clear: none; +} + +div#content { + width: 100%; +} + +div.post-title { + width: 90%; +} + -- cgit 1.4.1