diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-03 23:00:12 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-03 23:00:12 +0000 |
commit | 7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205 (patch) | |
tree | 4e517e57e2b758ff84a92062c3263aa3a5b0907f /Resources/Templates/sequel-pro-mysql-help-template.html | |
parent | 89719b64e4f6fa793c4ed7d4d1a63f8b4938812c (diff) | |
download | sequelpro-7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205.tar.gz sequelpro-7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205.tar.bz2 sequelpro-7d14f85443c7a7e7a3bc804fdd7aee4fc5c6c205.zip |
Tidy up the Resources directory to match that of Xcode's logical directory structure.
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, 41 insertions, 0 deletions
diff --git a/Resources/Templates/sequel-pro-mysql-help-template.html b/Resources/Templates/sequel-pro-mysql-help-template.html new file mode 100644 index 00000000..214c2623 --- /dev/null +++ b/Resources/Templates/sequel-pro-mysql-help-template.html @@ -0,0 +1,41 @@ +<!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> |