From 0e09d08d17bfc1a2508c4d7944e40cd5973b6544 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Dec 2020 17:09:06 -0800 Subject: [PATCH] help: Split CSS styling into a separate file Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/help/static/help.css | 12 ++++++++++++ plinth/modules/help/templates/help_manual.html | 11 ++--------- 2 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 plinth/modules/help/static/help.css diff --git a/plinth/modules/help/static/help.css b/plinth/modules/help/static/help.css new file mode 100644 index 000000000..14ede30f2 --- /dev/null +++ b/plinth/modules/help/static/help.css @@ -0,0 +1,12 @@ +/* +# SPDX-License-Identifier: AGPL-3.0-or-later +*/ + +dd { + margin-left: 1.875rem; +} + +.pdf { + float: right; + margin: 2rem 0; +} diff --git a/plinth/modules/help/templates/help_manual.html b/plinth/modules/help/templates/help_manual.html index 26d8c6999..cdfd6f4b6 100644 --- a/plinth/modules/help/templates/help_manual.html +++ b/plinth/modules/help/templates/help_manual.html @@ -7,15 +7,8 @@ {% load static %} {% block page_head %} - + {% endblock %} {% block content %}