From b1f3ccc6eef8e15399365b89476c3b2360c71670 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sun, 15 Jan 2017 07:27:48 -0500 Subject: pull in some CSS --- view/theme/redbasic/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index aad271fe3..f10166abb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -141,6 +141,16 @@ input, optgroup, select, textarea { resize: vertical; } +.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; -- cgit v1.2.3