diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-16 23:53:07 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-16 23:53:07 +0000 |
commit | bc3634ca98ea0a5e3ebb5c5f41684a485c30b119 (patch) | |
tree | ee53e103fb7de38d3907e7330b932978b894778d /Resources/Templates/sequel-pro-mysql-help-template.html | |
parent | 2bdaf46dbdfa4823155f1616297cb8dd9ba13836 (diff) | |
download | sequelpro-bc3634ca98ea0a5e3ebb5c5f41684a485c30b119.tar.gz sequelpro-bc3634ca98ea0a5e3ebb5c5f41684a485c30b119.tar.bz2 sequelpro-bc3634ca98ea0a5e3ebb5c5f41684a485c30b119.zip |
Rename HTML print templates.
Diffstat (limited to 'Resources/Templates/sequel-pro-mysql-help-template.html')
-rw-r--r-- | Resources/Templates/sequel-pro-mysql-help-template.html | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/Resources/Templates/sequel-pro-mysql-help-template.html b/Resources/Templates/sequel-pro-mysql-help-template.html deleted file mode 100644 index 214c2623..00000000 --- a/Resources/Templates/sequel-pro-mysql-help-template.html +++ /dev/null @@ -1,41 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html dir="ltr" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - - <style type="text/css" media="all"> - body { - margin: 2px; - padding: 10px; - font-family:'Helvetica'; - font-size:9pt; - } - - h2 {} - - ul {} - - li {} - - .internallink { - color: #6A81DD; - text-decoration: none; - } - - .description { - font-family: Monaco; - } - - .example { - font-family: Courier; - } - - .header { - padding-bottom: 5px; - } - </style> -</head> -<body> -%@ -</body> -</html> |