summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rwxr-xr-xcss/design.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/design.css b/css/design.css
index 47b5990b0..6ee93c9d3 100755
--- a/css/design.css
+++ b/css/design.css
@@ -361,7 +361,6 @@
#dokuwiki__aside {
}
#dokuwiki__aside .pad {
- line-height: 1.2;
font-size: 0.875em;
overflow: hidden;
word-wrap: break-word;
@@ -369,7 +368,8 @@
/* make sidebar more condensed */
-#dokuwiki__aside h1 { margin-bottom: .222em; }
+/* make h1 in sidebar ugly and small to prevent people using it */
+#dokuwiki__aside h1 { font-size: .7em; color: green; background-color: pink; }
#dokuwiki__aside h2 { margin-bottom: .333em; }
#dokuwiki__aside h3 { margin-bottom: .444em; }
#dokuwiki__aside h4 { margin-bottom: .5em; }