diff options
-rw-r--r-- | view/css/mod_help.css | 14 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
2 files changed, 14 insertions, 14 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; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index ec8ce42b3..6e6e19532 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -150,20 +150,6 @@ input[type=text], textarea { color: var(--bs-body-color); } -.selected-doco-nav { - font-weight: bold; - text-shadow: 2px 2px 3px lightgray; -} - -#doco-content img { - width: 100%; -} - -#help-content pre code { - overflow-x: auto; - white-space: pre; -} - .heart { color: #FF0000; } |