~ubuntu-branches/ubuntu/dapper/phpmyadmin/dapper-updates

« back to all changes in this revision

Viewing changes to themes/original/css/theme_print.css.php

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2004-12-13 19:23:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20041213192357-5jfwhvbnxaip4zbv
Tags: 2:2.6.1-rc1-1
* New upstream release.
* Security fix: Command execution and file disclosure was found.
  See http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2004-4
  Closes: #285488.
* Remove 003.non_standard_port_fix.diff applied to upstream.
* Add commented out options 'extension' and 'AllowRoot' to default config
  file.
* Support mysqli.so extension. Autodetect modules from 'extension' option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* For printview */
 
2
body{
 
3
    font-family:       Verdana, Arial, Hevetica, sans-serif;
 
4
    font-size:         10px;
 
5
    color:             #000000;
 
6
    background-color:  #ffffff;
 
7
}
 
8
h1{
 
9
    font-family:       Verdana, Arial, Hevetica, sans-serif;
 
10
    font-size:         16px;
 
11
    font-weight:       bold;
 
12
    color:             #000000;
 
13
}
 
14
table{
 
15
    border-width:      1px;
 
16
    border-color:      #000000;
 
17
    border-style:      solid;
 
18
    border-collapse:   collapse;
 
19
    border-spacing:    0;
 
20
}
 
21
th{
 
22
    font-family:       Verdana, Arial, Hevetica, sans-serif;
 
23
    font-size:         10px;
 
24
    font-weight:       bold;
 
25
    color:             #000000;
 
26
    background-color:  #e5e5e5;
 
27
    border-width:      1px;
 
28
    border-color:      #000000;
 
29
    border-style:      solid;
 
30
    padding:           2px;
 
31
}
 
32
td{
 
33
    font-family:       Verdana, Arial, Hevetica, sans-serif;
 
34
    font-size:         10px;
 
35
    color:             #000000;
 
36
    background-color:  #ffffff;
 
37
    border-width:      1px;
 
38
    border-color:      #000000;
 
39
    border-style:      solid;
 
40
    padding:           2px;
 
41
}
 
 
b'\\ No newline at end of file'