diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-18 09:35:43 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-18 09:35:43 +0000 |
commit | 18463cad4d81266266cd72db3da898b0f1876b95 (patch) | |
tree | 7e3cc462659830282d8a48e82930964806b84b2c /public | |
parent | 439fffe776a6ee1d30ad1085c4d284ea16e8343a (diff) | |
download | redmine-18463cad4d81266266cd72db3da898b0f1876b95.tar.gz redmine-18463cad4d81266266cd72db3da898b0f1876b95.zip |
Typo: s/changset-comments/changeset-comments/ (#22758, #24604).
git-svn-id: http://svn.redmine.org/redmine/trunk@16091 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 6e68a88dd..701be5541 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -492,7 +492,7 @@ div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1 div#issue-changesets div.changeset { padding: 4px;} div#issue-changesets div.changeset { border-bottom: 1px solid #ddd; } div#issue-changesets p { margin-top: 0; margin-bottom: 1em;} -.changset-comments {margin-bottom:1em; font-family:} +.changeset-comments {margin-bottom:1em; font-family:} div.journal {overflow:auto;} div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;} |