removed a whole passel of files that do not need to be tracked in the repository
[kcls-web.git] / opac / extras / selfcheck / selfcheck_print.css
diff --git a/opac/extras/selfcheck/selfcheck_print.css b/opac/extras/selfcheck/selfcheck_print.css
deleted file mode 100644 (file)
index c5ea5e2..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-.noprint {
-    display: none;
-    visibility: hidden;
-}
-.print {
-    display: block;
-    visibility: visible;
-    width: 100%;
-    font-size: 7pt;
-    color: black;
-    font-family: Arial;
-    background-color: white;
-    page-break-after: always;
-}
-#selfck-print-patron-info { font-size: 8pt; }
-
-/* strange that the table does not inherit the .print css */
-#selfck-print-hours { 
-    font-size: 7pt; 
-    font-family: Arial;
-}
-