aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2017-01-15 07:27:48 -0500
committerAndrew Manning <tamanning@zoho.com>2017-01-15 07:27:48 -0500
commitb1f3ccc6eef8e15399365b89476c3b2360c71670 (patch)
tree5d1549fcb8430d5decddcdabca86dbcbb1d040e8 /view
parent128d47430d4aec5d5aadba4b6e8d5c66ead7be3f (diff)
downloadvolse-hubzilla-b1f3ccc6eef8e15399365b89476c3b2360c71670.tar.gz
volse-hubzilla-b1f3ccc6eef8e15399365b89476c3b2360c71670.tar.bz2
volse-hubzilla-b1f3ccc6eef8e15399365b89476c3b2360c71670.zip
pull in some CSS
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css10
1 files changed, 10 insertions, 0 deletions
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;