added print stylesheet

This commit is contained in:
rafael 2008-02-01 11:27:02 +01:00
parent 7a2175f5f9
commit 2308077986
2 changed files with 7 additions and 0 deletions

6
lodgeit/static/print.css Normal file
View File

@ -0,0 +1,6 @@
#header, #navigation, .content h2, .related, .footer {
display: none;
}
#paste {
border: none;
}

View File

@ -4,6 +4,7 @@
<head>
<title>{{ page_title|e }} | LodgeIt!</title>
<link rel="stylesheet" href="/static/style.css" type="text/css">
<link rel="stylesheet" href="/static/print.css" type="text/css" media="print">
<script type="text/javascript" src="/static/jquery.js"></script>
<script type="text/javascript" src="/static/cookie.js"></script>
<script type="text/javascript" src="/static/lodgeit.js"></script>