diff --git a/plinth/modules/help/templates/help_about.html b/plinth/modules/help/templates/help_about.html index 155fef351..371e71842 100644 --- a/plinth/modules/help/templates/help_about.html +++ b/plinth/modules/help/templates/help_about.html @@ -80,16 +80,59 @@ {% endblocktrans %}

-

- {% blocktrans trimmed %} - For more information about the {{ box_name }} project, see the - {{ box_name }} - Wiki. - {% endblocktrans %} -

- -

{% trans "Learn more" %}

+ {% endblock %} diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index c834bd80c..a2496b9a4 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -879,7 +879,10 @@ input[type='submit'].running-status-button { } } -/* Help manual - anchor is below navbar */ +/* + * Help + */ +/* Manual - anchor is below navbar */ *[id^='idm']:before { display: block; content: " "; @@ -888,6 +891,16 @@ input[type='submit'].running-status-button { visibility: hidden; } +.help-about-links h2 { + font-size: 1rem; + font-weight: bold; +} + +.help-about-links ul { + list-style: none; + padding: 0; +} + /* * Notifications */