From: Go MAEDA Date: Sun, 15 Aug 2021 04:32:07 +0000 (+0000) Subject: Add some space around the versions on the Roadmap (#35758). X-Git-Tag: 5.0.0~273 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3b4a42331ce01fd36cd1d70aefb595f1e0741218;p=redmine.git Add some space around the versions on the Roadmap (#35758). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@21176 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4fe480208..b0e50c886 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -643,6 +643,8 @@ div#roadmap .wiki h2 { font-size: 110%; } div#roadmap h2, div#roadmap h3 {padding-right: 0;} body.controller-versions.action-show div#roadmap .related-issues {width:70%;} +div#roadmap .version-article {padding-bottom: 12px;} + div#version-summary { float:right; width:28%; margin-left: 16px; margin-bottom: 16px; background-color: #fff; } div#version-summary fieldset { margin-bottom: 1em; } div#version-summary fieldset.time-tracking table { width:100%; }