diff options
author | Go MAEDA <maeda@farend.jp> | 2018-03-28 09:11:17 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-03-28 09:11:17 +0000 |
commit | 4777acbd46386b35c9f88c64415feec399df6726 (patch) | |
tree | 89e0634cb9b1e36bc76b2bf18b754140c3f09ddf /public | |
parent | c4cae6376d8e298ca808797f6546dd904013eb29 (diff) | |
download | redmine-4777acbd46386b35c9f88c64415feec399df6726.tar.gz redmine-4777acbd46386b35c9f88c64415feec399df6726.zip |
h4, h5 and h6 headings on wiki pages should have a paragraph mark (#28331).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17241 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 369526a9a..c5aeba8b2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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%;} |