From 678d9bed2b6a97dfce2e7c5e8edaec9b82b50a47 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 14 Jan 2012 11:54:19 +0000 Subject: minor typography changes for sidebar --- css/design.css | 4 ++-- 1 file 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; } -- cgit v1.2.3