~hexmode/+junk/main

« back to all changes in this revision

Viewing changes to install-files/apps/phpmyadmin2.10.1/themes/original/css/theme_print.css.php

  • Committer: Mark A. Hershberger
  • Date: 2008-01-05 19:38:56 UTC
  • Revision ID: hershberger@spawn-xp-20080105193856-6rnzgwa4nehue3qj
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* For printview */
 
2
body, table, th, td {
 
3
    color:             #000000;
 
4
    background-color:  #ffffff;
 
5
}
 
6
 
 
7
img {
 
8
    border: 0;
 
9
}
 
10
 
 
11
table, th, td {
 
12
    border-width:      0.1em;
 
13
    border-color:      #000000;
 
14
    border-style:      solid;
 
15
}
 
16
 
 
17
table {
 
18
    border-collapse:   collapse;
 
19
    border-spacing:    0;
 
20
}
 
21
 
 
22
th, td {
 
23
    padding:           0.2em;
 
24
}
 
25
 
 
26
th {
 
27
    font-weight:       bold;
 
28
    background-color:  #e5e5e5;
 
29
}