Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'print.css')
-rw-r--r--print.css69
1 files changed, 0 insertions, 69 deletions
diff --git a/print.css b/print.css
deleted file mode 100644
index 54543dce2f..0000000000
--- a/print.css
+++ /dev/null
@@ -1,69 +0,0 @@
-.print_ignore {
- display: none;
-}
-
-body, table, th, td {
- color: #000000;
- background-color: #ffffff;
- font-size: 8pt;
-}
-
-img {
- border: 0;
-}
-
-table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
-}
-
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}
-
-th, td {
- padding: 0.2em;
-}
-
-th {
- font-weight: bold;
- background-color: #e5e5e5;
-}
-
-@media print {
- .print_ignore {
- display: none;
- }
-
- body, table, th, td {
- color: #000000;
- background-color: #ffffff;
- font-size: 8pt;
- }
-
- img {
- border: 0;
- }
-
- table, th, td {
- border-width: 1px;
- border-color: #000000;
- border-style: solid;
- }
-
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
-
- th, td {
- padding: 0.2em;
- }
-
- th {
- font-weight: bold;
- background-color: #e5e5e5;
- }
-} \ No newline at end of file