summaryrefslogtreecommitdiff
path: root/spec/public
diff options
context:
space:
mode:
Diffstat (limited to 'spec/public')
-rw-r--r--spec/public/stylesheets/print.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/public/stylesheets/print.css b/spec/public/stylesheets/print.css
new file mode 100644
index 0000000000..3fbc5596c0
--- /dev/null
+++ b/spec/public/stylesheets/print.css
@@ -0,0 +1,15 @@
+/* This removes a few things from screen.css for printing */
+
+body {
+ padding: 0px;
+ margin: 0.5em;
+}
+
+.anchor, #navigation, .to_top {
+ display: none;
+}
+
+#content-container {
+ width: 100%;
+ float: none;
+}