diff options
author | maTh <math-home@web.de> | 2023-03-21 18:47:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-21 18:47:07 +0100 |
commit | e679d3df0e55530c056d701b4773ff7e74f5c82c (patch) | |
tree | 38c69b91a41c05b3f5893b90e7f71077db95b4c0 /p/themes/Flat/flat.rtl.css | |
parent | 34f62896ac729131dee25997307521bf259c5efc (diff) | |
download | freshrss-e679d3df0e55530c056d701b4773ff7e74f5c82c.tar.gz freshrss-e679d3df0e55530c056d701b4773ff7e74f5c82c.zip |
Improved: show Terms of Service in config menu (#5215)
* Use constants for path to TOS
* improve comments
* TOS title moved to template
* TOS available via config menu
* CSS: improve handling of content of TOS/about
* give info about set/unset TOS in system config
* fix target
* i18n FR
* i18n DE
Diffstat (limited to 'p/themes/Flat/flat.rtl.css')
-rw-r--r-- | p/themes/Flat/flat.rtl.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index 43327ddeb..ec0acb18c 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -617,20 +617,6 @@ a.btn { border-radius: 3px; } -/*=== Configuration pages */ -.post { - padding: 10px 50px; - font-size: 0.9em; -} - -.post form { - margin: 10px 0; -} - -.post.content { - max-width: 550px; -} - /*=== Prompt (centered) */ .prompt .form-group { margin-bottom: 1rem; |