diff --git a/templates/helpdesk/api_help.html b/templates/helpdesk/api_help.html index 784c4172..e2f97ac9 100644 --- a/templates/helpdesk/api_help.html +++ b/templates/helpdesk/api_help.html @@ -7,16 +7,33 @@ font: 10pt "Trebuchet MS", Arial, sans-serif; } - h1 { - color: #00c; - } - h1, h2, h3, h4 { font-family: Garamond, Times, serif; } + h1 { + color: #00c; + font-size: 18pt; + border-bottom: solid 1px #00c; + } + h2 { color: #c00; + font-size: 17pt; + border-bottom: solid 1px #c00; + } + + h3 { + font-size: 14pt; + border-bottom: solid 1px #ccc; + } + + h4 { + font-size: 13pt; + } + + dl { + padding-left: 2em; }
Jutda Helpdesk provides a powerful API to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.
+Jutda Helpdesk provides a powerful API to allow you to interact with your helpdesk tickets by a means not otherwise provided by the helpdesk.
For example, you may use this API to implement a system to automatically open a ticket when an invoice is raised in your invoicing system, or to automatically close a ticket from an instant messenger application.
diff --git a/templates/helpdesk/base.html b/templates/helpdesk/base.html index b117dc09..7f349efc 100644 --- a/templates/helpdesk/base.html +++ b/templates/helpdesk/base.html @@ -3,6 +3,9 @@