Code

Updated printer css
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 11:06:54 +0000 (11:06 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Feb 2010 11:06:54 +0000 (11:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15538 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/default/printer.css

index 1d7ff849201a43ea68a924a6e4b2fb8e6136876d..f5466365842d6ca58f70561f977a116309d273b8 100644 (file)
@@ -1,33 +1,28 @@
-
-/**
- * Disable header and menu block, for printers.
- */
-
+/* Disable header and menu block, for printers. */
 td#menucell {
-        display: none;
+  display:none;
 }
 
 div.plugtop {
-       display: none;
+  display:none;
 }
 
 p.plugbottom {
-       display: none;
+  display:none;
 }
 
 table.framework {
-       width: 100%;
+  width:100%;
 }
 
 div.setup_header {
-       display: none;
+  display:none;
 }
 
 div.setup_menu {
-       display: none;
+  display:none;
 }
 
 div.setup_bottom {
-       display: none;
+  display:none;
 }
-