diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-06 16:42:45 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-06 16:42:45 +0000 |
commit | 5e18803613457f3a80b287081dfbb2f16f5a830b (patch) | |
tree | 40bd9394b06ee58cad882f6fc1cd8947bde276cf /public | |
parent | 43392a4b36133f778bf3c5ebafbec548c3fb0781 (diff) | |
download | redmine-5e18803613457f3a80b287081dfbb2f16f5a830b.tar.gz redmine-5e18803613457f3a80b287081dfbb2f16f5a830b.zip |
Wrong CSS syntax (#26325).
Patch by Dmitry Lisichkin.
git-svn-id: http://svn.redmine.org/redmine/trunk@16760 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 1097bb2f1..519773bb2 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -494,7 +494,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;} -.changeset-comments {margin-bottom:1em; font-family:} +.changeset-comments {margin-bottom:1em;} div.journal {overflow:auto;} div.journal.private-notes {border-left:2px solid #d22; padding-left:4px; margin-left:-6px;} @@ -1279,7 +1279,7 @@ div.wiki img {vertical-align:middle; max-width:100%;} .icon-document { background-image: url(../images/document.png); } .icon-project { background-image: url(../images/projects.png); } .icon-add-bullet { background-image: url(../images/bullet_add.png); } -.icon-shared { background-image: url(../images/link.png) }; +.icon-shared { background-image: url(../images/link.png); } .icon-file { background-image: url(../images/files/default.png); } .icon-file.text-plain { background-image: url(../images/files/text.png); } |