diff options
author | Go MAEDA <maeda@farend.jp> | 2018-03-28 09:13:33 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-03-28 09:13:33 +0000 |
commit | c836696acf930b37f3559d2a67a8f8a0f20181eb (patch) | |
tree | 51ee5337d35e84216474afafc8eb2a409690ea99 | |
parent | 6ecd71e6c7b8a2345bc3c6c862d6fa67920f2fea (diff) | |
download | redmine-c836696acf930b37f3559d2a67a8f8a0f20181eb.tar.gz redmine-c836696acf930b37f3559d2a67a8f8a0f20181eb.zip |
Merged r17241 from trunk to 3.4-stable (#28331).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17242 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 12443df78..f2d1c202e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1105,7 +1105,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%;} |