From 36cc9af651e282f5166e256673d27f920397ab68 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Sat, 14 Nov 2009 18:17:20 +0000 Subject: [PATCH] Merged r3026 from trunk. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@3044 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/wiki/export.rhtml | 3 +++ app/views/wiki/export_multiple.rhtml | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/app/views/wiki/export.rhtml b/app/views/wiki/export.rhtml index 7f861facf..da45423dc 100644 --- a/app/views/wiki/export.rhtml +++ b/app/views/wiki/export.rhtml @@ -10,6 +10,9 @@ ul.toc { padding: 4px; margin-left: 0; } ul.toc li { list-style-type:none; } ul.toc li.heading2 { margin-left: 1em; } ul.toc li.heading3 { margin-left: 2em; } +a.wiki-anchor { display: none; margin-left: 6px; text-decoration: none; } +a.wiki-anchor:hover { color: #aaa !important; text-decoration: none; } +h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor { display: inline; color: #ddd; } diff --git a/app/views/wiki/export_multiple.rhtml b/app/views/wiki/export_multiple.rhtml index a4e4c5e21..31fa557c7 100644 --- a/app/views/wiki/export_multiple.rhtml +++ b/app/views/wiki/export_multiple.rhtml @@ -6,6 +6,13 @@ -- 2.39.5