diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-31 00:31:30 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-31 00:31:30 +0000 |
commit | cb4747e885fbd121842bdfdca30e2d4724f6c533 (patch) | |
tree | bb3347883b310cec657d49e4e5d0ebdef43585ea | |
parent | ab232d68f701e1c13cc333ddc5fd42126b6335a4 (diff) | |
download | rpg-cb4747e885fbd121842bdfdca30e2d4724f6c533.tar.gz rpg-cb4747e885fbd121842bdfdca30e2d4724f6c533.tar.bz2 |
remove bold from link to current page inside the main content (closes #31)
-rwxr-xr-x | css/design.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/css/design.css b/css/design.css index 08088a380..26b0ed811 100755 --- a/css/design.css +++ b/css/design.css @@ -296,6 +296,14 @@ margin: 0; } +.dokuwiki #dokuwiki__content span.curid a { + font-weight: normal; +} +.dokuwiki #dokuwiki__content strong span.curid a { + font-weight: bold; +} + + /*____________ changes to _edit ____________*/ .dokuwiki div.toolbar button.toolbutton { |