diff options
author | Mario <mario@mariovavti.com> | 2024-10-02 20:08:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-10-02 20:08:33 +0000 |
commit | 520cf1015c2f7668fc4836aa1f27aa9f0824d3ba (patch) | |
tree | ccdd9c3c6b362146fdf976c2a8fd5b219d6aa955 /view/css | |
parent | 64bd8eef4b1e08d0521f91f9b2cdb7369e946521 (diff) | |
download | volse-hubzilla-520cf1015c2f7668fc4836aa1f27aa9f0824d3ba.tar.gz volse-hubzilla-520cf1015c2f7668fc4836aa1f27aa9f0824d3ba.tar.bz2 volse-hubzilla-520cf1015c2f7668fc4836aa1f27aa9f0824d3ba.zip |
Move some help related styling from redbasic to module css.
(cherry picked from commit 25d9d3ba1b6eed803c838f8cbfb67fb9b60e9185)
Co-authored-by: Harald Eilertsen <haraldei@anduin.net>
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_help.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/css/mod_help.css b/view/css/mod_help.css index ef40552d4..df24e7c5e 100644 --- a/view/css/mod_help.css +++ b/view/css/mod_help.css @@ -11,6 +11,10 @@ padding-bottom: 0.3em; } +#doco-content img { + width: 100%; +} + #region_1 .widget ul ul { list-style-type: none; } @@ -31,3 +35,13 @@ #doco-side-toc li { padding-left: 20px; } + +.selected-doco-nav { + font-weight: bold; + text-shadow: 2px 2px 3px lightgray; +} + +#help-content pre code { + overflow-x: auto; + white-space: pre; +} |