mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
help: Split CSS styling into a separate file
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
ccefd98135
commit
0e09d08d17
12
plinth/modules/help/static/help.css
Normal file
12
plinth/modules/help/static/help.css
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
dd {
|
||||
margin-left: 1.875rem;
|
||||
}
|
||||
|
||||
.pdf {
|
||||
float: right;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
@ -7,15 +7,8 @@
|
||||
{% load static %}
|
||||
|
||||
{% block page_head %}
|
||||
<style type="text/css">
|
||||
dd {
|
||||
margin-left: 1.875rem;
|
||||
}
|
||||
.pdf {
|
||||
float: right;
|
||||
margin: 2rem 0;
|
||||
}
|
||||
</style>
|
||||
<link type="text/css" rel="stylesheet"
|
||||
href="{% static 'help/help.css' %}"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user