diff options
author | bamse16 <marius@marius.me.uk> | 2009-04-22 19:01:25 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2009-04-22 19:01:25 +0000 |
commit | f6c5b5c3af78ea95519f98b5d8853f4d75682fa2 (patch) | |
tree | 7c97f52ec3da905dad7b502b6aa44d597b902613 /Resources | |
parent | cdfc70cbf55acb5c3bcd1ed459367008f9935c04 (diff) | |
download | sequelpro-f6c5b5c3af78ea95519f98b5d8853f4d75682fa2.tar.gz sequelpro-f6c5b5c3af78ea95519f98b5d8853f4d75682fa2.tar.bz2 sequelpro-f6c5b5c3af78ea95519f98b5d8853f4d75682fa2.zip |
Clean up print css
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/sequel-pro-print-template.html | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/Resources/sequel-pro-print-template.html b/Resources/sequel-pro-print-template.html index b0eb0960..da5d6228 100644 --- a/Resources/sequel-pro-print-template.html +++ b/Resources/sequel-pro-print-template.html @@ -7,12 +7,6 @@ html { font-size:82%; } -input, select, textarea { - font-size:1em; -} -div.item label { - white-space:nowrap; -} .nowrap { white-space:nowrap; } @@ -24,9 +18,6 @@ body, table, th, td { background-color:#FFFFFF; color:#000000; } -img { - border:0 none; -} table, th, td { border:0.1em solid #000000; } @@ -40,6 +31,7 @@ table { th, td { padding:0.2em; } + th { background-color:#E5E5E5; font-weight:bold; |