diff options
author | bamse16 <marius@marius.me.uk> | 2009-04-27 17:47:44 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2009-04-27 17:47:44 +0000 |
commit | a50f5bc1b5e4893ffefcc0ff38ca03851e106e0a (patch) | |
tree | eae0c9462577c887b1b6264850a7e53c4d58090d /Resources | |
parent | d84ab1d4372f54d04c6619061a2f2fb56f5d2097 (diff) | |
download | sequelpro-release-0.9.5.tar.gz sequelpro-release-0.9.5.tar.bz2 sequelpro-release-0.9.5.zip |
Added fix for issue #239 to release branchrelease-0.9.5
Added cleaned up html to release branch
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; |