diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-09 13:10:28 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-09 13:10:28 +0000 |
commit | 435863ae95a73a0dec7d5f6c8638525ce9ea31ed (patch) | |
tree | 983832e704a0b6e0ddc476d7d12e42bc47fef37b /Resources/German.lproj | |
parent | 92636f00c8f30065fc24648153ccfff5a16d8e3d (diff) | |
download | sequelpro-435863ae95a73a0dec7d5f6c8638525ce9ea31ed.tar.gz sequelpro-435863ae95a73a0dec7d5f6c8638525ce9ea31ed.tar.bz2 sequelpro-435863ae95a73a0dec7d5f6c8638525ce9ea31ed.zip |
• SQL file Quicklook generator
- sped up HTML rendering for larger files
Diffstat (limited to 'Resources/German.lproj')
-rw-r--r-- | Resources/German.lproj/SPQLPluginSQLTemplate.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Resources/German.lproj/SPQLPluginSQLTemplate.html b/Resources/German.lproj/SPQLPluginSQLTemplate.html index ca256c81..9ced9acd 100644 --- a/Resources/German.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/German.lproj/SPQLPluginSQLTemplate.html @@ -6,8 +6,6 @@ body { font-family:'Lucida Grande'; font-size:10pt; - background-color:white; - color:black; } </style> </head> @@ -16,7 +14,7 @@ body { <table> <tr> <td valign="right"> -<img width="100%" src="data:image/auto;base64,%@"> +<img width="96" src="data:image/auto;base64,%@"> </td> <td> <center> @@ -27,7 +25,7 @@ Größe: %@ </tr> </table> </center> -<pre style="padding:2mm; background-color:white" width="100%"> +<pre> %@ </pre> </body> |