aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-12-27 19:57:53 -0500
committerAndrew Manning <tamanning@zoho.com>2016-12-27 19:57:53 -0500
commit95683c6239bacf71fa180b883ea8969a09bc1885 (patch)
tree2f5a3548e5c327948ebb4cd03e2b69f475504d9d /view/theme/redbasic/css
parentd29bd4b0548241e0b80ffae63c458df7b2236259 (diff)
downloadvolse-hubzilla-95683c6239bacf71fa180b883ea8969a09bc1885.tar.gz
volse-hubzilla-95683c6239bacf71fa180b883ea8969a09bc1885.tar.bz2
volse-hubzilla-95683c6239bacf71fa180b883ea8969a09bc1885.zip
Add webpage doco to Member guide. Add nav menu highlighting when scrolling past content
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 3f9cd73fa..f6403e9e7 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -142,6 +142,11 @@ input, optgroup, select, textarea {
resize: vertical;
}
+.selected-doco-nav {
+ font-weight: bold;
+ text-shadow: 2px 2px 3px lightgray;
+}
+
#help-content pre code {
overflow-x: auto;
white-space: pre;