diff options
author | Go MAEDA <maeda@farend.jp> | 2023-02-01 23:54:34 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-02-01 23:54:34 +0000 |
commit | a19978cf83271f0f0c0603a6894c2102018cf63f (patch) | |
tree | e8d9b84e4a6087ebe0c4efa86e3d0513fef696a5 | |
parent | 0dfe9d6c5622135353f02e1e2d8a9381b76c7f41 (diff) | |
download | redmine-a19978cf83271f0f0c0603a6894c2102018cf63f.tar.gz redmine-a19978cf83271f0f0c0603a6894c2102018cf63f.zip |
Merged r22083 from trunk to 5.0-stable (#38215).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22087 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5fb8171c2..8e2606160 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1343,9 +1343,11 @@ 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, 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%;} +div.wiki>.task-list { + padding-left: 0px; +} div.wiki .task-list { list-style-type: none; - padding-left: 0px; } div.wiki .task-list input.task-list-item-checkbox { height: initial; |