diff options
author | Leif Johansson <leifj@klapautius.mnt.se> | 2009-07-28 10:34:52 +0200 |
---|---|---|
committer | Leif Johansson <leifj@klapautius.mnt.se> | 2009-07-28 10:34:52 +0200 |
commit | 0a90384a9c7d840e88d9636271e8393a514647a0 (patch) | |
tree | 007540e79ec2a2e0e81bd0bd21e6eef9fc8bb205 /doc/style/css/print.css |
Import shibboleth ds 1.1.0v1.1.0upstreamds.swamid.se
Diffstat (limited to 'doc/style/css/print.css')
-rw-r--r-- | doc/style/css/print.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/style/css/print.css b/doc/style/css/print.css new file mode 100644 index 0000000..2b11058 --- /dev/null +++ b/doc/style/css/print.css @@ -0,0 +1,7 @@ +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
+ display: none;
+}
+#bodyColumn, body.docs div.docs {
+ margin: 0 !important;
+ border: none !important
+}
|