diff options
author | Anika Henke <anika@selfthinker.org> | 2012-04-08 16:20:09 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-04-08 16:20:09 +0100 |
commit | 16cc7ed7a97c7525c006a0355bd0c1277c256cab (patch) | |
tree | 34868103d6e790ad171f9b255b76fe8eb77cf75c /lib/tpl | |
parent | b7c3da9b00f3e44c08c89666e04f2d4de177c134 (diff) | |
download | rpg-16cc7ed7a97c7525c006a0355bd0c1277c256cab.tar.gz rpg-16cc7ed7a97c7525c006a0355bd0c1277c256cab.tar.bz2 |
removed names from footnotes and removed anchors from headings altogether
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/design.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index a94f814aa..6e249372b 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -265,11 +265,6 @@ div.dokuwiki a:active { text-decoration: underline; } -div.dokuwiki h1 a, -div.dokuwiki h2 a, -div.dokuwiki h3 a, -div.dokuwiki h4 a, -div.dokuwiki h5 a, div.dokuwiki a.nolink { color: __text__ !important; text-decoration: none !important; |