]> err.no Git - peojumk/commitdiff
Hide sidebar on print
authorTollef Fog Heen <tfheen@err.no>
Sun, 10 Jun 2012 18:21:14 +0000 (20:21 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 10 Jun 2012 18:21:14 +0000 (20:21 +0200)
templates/base.html

index 05d2b16ab1b9ed3b443e56eef248c5676915277b..069c8199ac02328afb5352a5be532760c92bbebf 100644 (file)
       .sidebar-nav {
         padding: 9px 0;
       }
+
+      @media print {
+        .sidebar-nav {
+          display: none;
+        }
+      }
     </style>
 
 {% block extrastyle %}{% endblock %}