summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-07-28 17:08:16 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-07-28 17:08:16 +0000
commit2dbc3d294364b59fb0360e15185894ca657e4ddd (patch)
treed89fd1fc8bb55b43277000e69b591b10f4849770 /public/stylesheets
parentb20281f1515675813ade9e1284c39fd00d261365 (diff)
downloadredmine-2dbc3d294364b59fb0360e15185894ca657e4ddd.tar.gz
redmine-2dbc3d294364b59fb0360e15185894ca657e4ddd.zip
Adds Trac-Like anchors on wiki headings (#1647).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1705 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 9ae4d1595..c7e9284d2 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -487,6 +487,10 @@ div.wiki ul.toc a {
}
div.wiki ul.toc a:hover { color: #c61a1a; text-decoration: underline;}
+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; }
+
/***** My page layout *****/
.block-receiver {
border:1px dashed #c0c0c0;