diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-29 18:08:30 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-29 18:08:30 +0000 |
commit | d67d000020134f3010ba32c46983d23f53ab1ce6 (patch) | |
tree | aa8ff3283a8781e749dc187f0727910ccf782a01 /Resources | |
parent | 7d88de0dc7c49c8747b83c2b20d443188d0dba32 (diff) | |
download | sequelpro-d67d000020134f3010ba32c46983d23f53ab1ce6.tar.gz sequelpro-d67d000020134f3010ba32c46983d23f53ab1ce6.tar.bz2 sequelpro-d67d000020134f3010ba32c46983d23f53ab1ce6.zip |
• MySQL Help refactoring
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/sequel-pro-mysql-help-template.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Resources/sequel-pro-mysql-help-template.html b/Resources/sequel-pro-mysql-help-template.html new file mode 100644 index 00000000..13f14e3d --- /dev/null +++ b/Resources/sequel-pro-mysql-help-template.html @@ -0,0 +1,36 @@ +<!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> |