diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 5b897abc..716e44a7 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -249,13 +249,40 @@ "message": "Documentation / Manual" }, "defaultDocumentation": { - "message": "Cleanflight documentation is available in Markdown and PDF formats.

The PDF manual appropriate to the firmware can be downloaded from the github releases page, here.
The Markdown latest online documentation is available here - you can switch to the appropriate version of the documentation by selecting the tag." + "message": "Cleanflight documentation is available in Markdown and PDF formats.

" + }, + "defaultDocumentation1": { + "message": "The PDF manual appropriate to the firmware can be downloaded from the github releases page, here." + }, + "defaultDocumentation2": { + "message": "The Markdown latest online documentation is available here - you can switch to the appropriate version of the documentation by selecting the tag." }, "defaultSupportHead": { "message": "Support" }, - "defaultSupport": { - "message": "For support please search the forums first or contact your vendor.

RC Groups thread is here. MultiWii forums thread is here.

Developers and users hang out in IRC channel on freenode
irc://irc.freenode.net/#cleanflight or Join via web client." + "defaultSupportSubline1": { + "message": "Support Scources" + }, + "defaultSupportSubline2": { + "message": "Developer" + }, + "defaultSupport": { + "message": "For support please search the forums first or contact your vendor.

" + }, + "defaultSupport1": { + "message": "RC Groups thread" + }, + "defaultSupport2": { + "message": "MultiWii forums thread" + }, + "defaultSupport3": { + "message": "GitHub" + }, + "defaultSupport4": { + "message": "IRC channel on freenode" + }, + "defaultSupport5": { + "message": "Join via WebClient" }, "initialSetupBackupAndRestoreApiVersion": { "message": "Backup and restore functionality disabled. You have firmware with API version $1, backup and restore requires $2. Please backup your settings via the CLI, see Cleanflight documentation for procedure." diff --git a/tabs/help.css b/tabs/help.css index 2793355e..15af925b 100644 --- a/tabs/help.css +++ b/tabs/help.css @@ -6,4 +6,31 @@ .tab-help .gui_box { min-height: 500px; margin-bottom: 0px; +} + +.tab-help ul { + margin-bottom:15px; +} + +.tab-help li { + border-top: 1px dotted silver; + padding-top: 5px; + padding-bottom: 5px; + background-image: url(../images/arrow.svg); + background-repeat: no-repeat; + background-position: 0px 8px; + background-size: 12px; +} + +.tab-help li span { + margin-left: 17px; + display:block; +} + +.tab-help li span a { + color: #59aa29; +} + +.tab-help .subline { + margin-bottom: 5px; } \ No newline at end of file diff --git a/tabs/help.html b/tabs/help.html index 59bc0eb1..e5323895 100644 --- a/tabs/help.html +++ b/tabs/help.html @@ -7,6 +7,10 @@

+
@@ -16,7 +20,20 @@
-

+

+
+ + +
+ +