]> mj.ucw.cz Git - pciids.git/commitdiff
Dont show jump bar in print
authorMichal Vaner <vorner@ucw.cz>
Sat, 4 Oct 2008 22:53:14 +0000 (00:53 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sat, 4 Oct 2008 22:53:14 +0000 (00:53 +0200)
static/print.css

index 98f0a8c9f40330555e67562aff147346f41306eb..78183443a11e832adb16c368109800c2366259af 100644 (file)
@@ -25,3 +25,8 @@
        border-bottom: dotted;
        border-bottom-width: 1px;
 }
+form.jump
+{
+       display: none;
+       overflow: none;
+}