diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-07-24 18:06:39 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-09-29 14:00:53 +0200 |
commit | 25d9d3ba1b6eed803c838f8cbfb67fb9b60e9185 (patch) | |
tree | ab569429abc39fa03f44443da4b54a8497f57f1f /view/css | |
parent | 26ce231951e62f1912d457c8f6e6b0f2092173f1 (diff) | |
download | volse-hubzilla-25d9d3ba1b6eed803c838f8cbfb67fb9b60e9185.tar.gz volse-hubzilla-25d9d3ba1b6eed803c838f8cbfb67fb9b60e9185.tar.bz2 volse-hubzilla-25d9d3ba1b6eed803c838f8cbfb67fb9b60e9185.zip |
Move some help related styling from redbasic to module css.
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; +} |