diff options
author | Go MAEDA <maeda@farend.jp> | 2023-04-16 00:56:05 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-04-16 00:56:05 +0000 |
commit | dad8d7f2b37c562af507fd18eac74644658c1c52 (patch) | |
tree | f2936494a33820256a07e89b16a4c38bc9e0843c | |
parent | 340736601770808a4df8be817e980f5f5bd3b84b (diff) | |
download | redmine-dad8d7f2b37c562af507fd18eac74644658c1c52.tar.gz redmine-dad8d7f2b37c562af507fd18eac74644658c1c52.zip |
Merged r22192 from trunk to 5.0-stable (#38448).
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22193 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8e2606160..4a42ae90e 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -618,6 +618,8 @@ div.journal ul.details a:hover, ul.revision-info a:hover {color:#D14848;} body.avatars-on div.journal {padding-left:32px;} div.journal h4 img.gravatar {margin-left:-32px;} +#update {margin-bottom: 1.4em;} + #history .tab-content { padding: 0 6px; margin-bottom: 10px; |