summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-01-28 02:48:33 +0000
committerGo MAEDA <maeda@farend.jp>2020-01-28 02:48:33 +0000
commit0cb7c100acabb44171f18e04a7f393aec9426274 (patch)
tree4e2b1b1a385435daf959000e23fba19301312009 /public
parent5b748280135d39ce428dfcd755fbda5ef623f1c6 (diff)
downloadredmine-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.css2
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;}