Update for 3.4.
[phpmyadmin-themes.git] / original_small / css / theme_print.css.php
blobc7dbd3a669417c6362d1d77d3a4944a38337b6dd
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * print css file from theme
6 * @version $Id$
7 * @package phpMyAdmin-theme
8 * @subpackage Original_small
9 */
11 /* For printview */
12 body, table, th, td {
13 color: #000000;
14 background-color: #ffffff;
17 img {
18 border: 0;
21 table, th, td {
22 border-width: 0.1em;
23 border-color: #000000;
24 border-style: solid;
27 table {
28 border-collapse: collapse;
29 border-spacing: 0;
32 th, td {
33 padding: 0.2em;
36 th {
37 font-weight: bold;
38 background-color: #e5e5e5;