diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index b6ebcea..1244728 100644 --- a/htdocs/css/admin.css +++ b/htdocs/css/admin.css @@ -12,3 +12,16 @@ .device { margin-top: 20px; } + +.settings-section { + margin-top: 3em; +} + +.settings-section h3 { + margin-bottom: 1em; +} + +h1 { + margin: 1em 0; + text-align: center; +} \ No newline at end of file diff --git a/htdocs/css/features.css b/htdocs/css/features.css deleted file mode 100644 index be41fef..0000000 --- a/htdocs/css/features.css +++ /dev/null @@ -1,7 +0,0 @@ -@import url("openwebrx-header.css"); -@import url("openwebrx-globals.css"); - -h1 { - text-align: center; - margin: 50px 0; -} diff --git a/htdocs/features.html b/htdocs/features.html index 90d156e..485e373 100644 --- a/htdocs/features.html +++ b/htdocs/features.html @@ -3,7 +3,6 @@ - diff --git a/owrx/controllers/settings.py b/owrx/controllers/settings.py index 72a291a..59c0b72 100644 --- a/owrx/controllers/settings.py +++ b/owrx/controllers/settings.py @@ -34,7 +34,7 @@ class Section(object): def render(self): return """ -