From 0e99f6d7194833f1a152c286a984baca203b25ef Mon Sep 17 00:00:00 2001 From: Ben Coburn Date: Tue, 21 Mar 2006 03:09:48 +0100 Subject: 'Back to top' style bug fix Removes some link underlining that would appear around the 'Back to top' button. darcs-hash:20060321020948-05dcb-e0e5f2d30bd05bad37ad64d587fc4dc29abcb30b.gz --- lib/tpl/default/design.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib') diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index f22019eae..3e7b36658 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -47,6 +47,11 @@ div.dokuwiki div.nothing { margin: 2em; } +div.dokuwiki a.nolink:link, div.dokuwiki a.nolink:visited, div.dokuwiki a.nolink:hover, div.dokuwiki a.nolink:active { + color: Black; + text-decoration:none; +} + /* ---------------- forms ------------------------ */ div.dokuwiki form { -- cgit v1.2.3