]> source.dussan.org Git - redmine.git/commitdiff
h4, h5 and h6 headings on wiki pages should have a paragraph mark (#28331).
authorGo MAEDA <maeda@farend.jp>
Wed, 28 Mar 2018 09:11:17 +0000 (09:11 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 28 Mar 2018 09:11:17 +0000 (09:11 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17241 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 369526a9ad45bf32c05777ff86fe9de79159323f..c5aeba8b271af9f7a13b8bd72960e5fad9632899 100644 (file)
@@ -1126,7 +1126,7 @@ 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; }
+h1:hover a.wiki-anchor, h2:hover a.wiki-anchor, h3:hover a.wiki-anchor, h4:hover a.wiki-anchor, h5:hover a.wiki-anchor, h6:hover a.wiki-anchor { display: inline; color: #ddd; }
 
 div.wiki img {vertical-align:middle; max-width:100%;}