summaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-07-24 01:28:59 +0200
committerp4bl0 <pablo@rauzy.name>2010-07-24 01:28:59 +0200
commit66f3f3f1d169e6b4ec815df0f22c102bda2a4c36 (patch)
tree7f396f1725e3b74cbe3c7686eb5b8975102e5f0a /print.css
parentc8535eb701a1cbdbe7977ee5bd913c937e2a5d92 (diff)
added a default print stylesheet
Diffstat (limited to 'print.css')
-rw-r--r--print.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/print.css b/print.css
new file mode 100644
index 0000000..c386764
--- /dev/null
+++ b/print.css
@@ -0,0 +1,11 @@
+#container {
+ width: auto;
+ padding: 1em;
+ margin: 0;
+}
+nav, header, footer {
+ display: none;
+}
+article header, article footer {
+ display: block;
+}