Do not wrap size, it looks better at one line.
[phpmyadmin-themes.git] / css / theme_print.css.php
blob49a0d23639b7230b9442a036a80db7ce10f80181
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * print css file from theme Original
6 * @package phpMyAdmin-theme
7 * @subpackage Original
8 */
9 ?>
10 /* For printview */
11 body, table, th, td {
12 color: #000000;
13 background-color: #ffffff;
16 img {
17 border: 0;
20 table, th, td {
21 border-width: 0.1em;
22 border-color: #000000;
23 border-style: solid;
26 table {
27 border-collapse: collapse;
28 border-spacing: 0;
31 th, td {
32 padding: 0.2em;
35 th {
36 font-weight: bold;
37 background-color: #e5e5e5;