summary refs log tree commit diff stats
path: root/theme/css/print.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:16:54 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-24 17:16:54 -0500
commit326314e6c07af25ae4e0f20299b86cdc100528e9 (patch)
treec6cf286ce33ba8c52a83fc700d32ec5fa760c071 /theme/css/print.css
parent4063314dc7b0b7005054b762909c9f63c389f6d6 (diff)
downloadfourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.gz
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.tar.bz2
fourisland-326314e6c07af25ae4e0f20299b86cdc100528e9.zip
Returned day and night effects
Diffstat (limited to 'theme/css/print.css')
-rw-r--r--theme/css/print.css24
1 files changed, 24 insertions, 0 deletions
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 @@
1body {
2 width: 100% !important;
3}
4
5div#banner, div#footer, div#rightbar {
6 display: none;
7}
8
9span.print {
10 display: inline;
11}
12
13div#cleardiv {
14 clear: none;
15}
16
17div#content {
18 width: 100%;
19}
20
21div.post-title {
22 width: 90%;
23}
24