diff options
Diffstat (limited to 'Resources/English.lproj/SPQLPluginSQLTemplate.html')
-rw-r--r-- | Resources/English.lproj/SPQLPluginSQLTemplate.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html index 65ba2a3c..31e182ec 100644 --- a/Resources/English.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html @@ -7,6 +7,14 @@ body { font-family:'Lucida Grande'; font-size:10pt; } +pre { + font-family:'Monaco'; + font-size:9pt; +} +.wrappedPre { + font-family:'Monaco'; + font-size:9pt; +} </style> </head> <body> @@ -14,7 +22,7 @@ body { <table> <tr> <td valign="right"> -<img width="128" height="128" src="data:image/auto;base64,%@"> +<img width="128" height="128" src="cid:icon.tiff"> </td> <td> <center> @@ -25,8 +33,8 @@ size: %@ </tr> </table> </center> -<pre> +<span class="wrappedPre"> %@ -</pre> +</span> </body> </html> |