diff options
author | Go MAEDA <maeda@farend.jp> | 2020-01-28 02:48:33 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-01-28 02:48:33 +0000 |
commit | 0cb7c100acabb44171f18e04a7f393aec9426274 (patch) | |
tree | 4e2b1b1a385435daf959000e23fba19301312009 /public | |
parent | 5b748280135d39ce428dfcd755fbda5ef623f1c6 (diff) | |
download | redmine-0cb7c100acabb44171f18e04a7f393aec9426274.tar.gz redmine-0cb7c100acabb44171f18e04a7f393aec9426274.zip |
Remove duplicate white-space property (#32890).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19471 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 dcada0e46..547895487 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -680,7 +680,7 @@ ul.projects div.description li {list-style-type:initial;} ul.subprojects {list-style: none; display: inline-block; padding: 0; margin: 0;} ul.subprojects li {float: left;} -ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre; white-space: pre;} +ul.subprojects li:not(:last-child)::after {content: ', '; white-space: pre;} #related-issues li img {vertical-align:middle;} |