diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-18 21:25:21 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-18 21:25:21 +0000 |
commit | 39425d43d3e39ffbfe5c93c9b4d4fbe4aed949fa (patch) | |
tree | c6815f16dba543860cbb08b1ef0c931d9e807c35 | |
parent | c6e16960f5b11ba8b4bbae1973e4e7a039110df8 (diff) | |
download | redmine-39425d43d3e39ffbfe5c93c9b4d4fbe4aed949fa.tar.gz redmine-39425d43d3e39ffbfe5c93c9b4d4fbe4aed949fa.zip |
Removes unnecessary indentation for "Completed versions" in the Roadmap sidebar (#41780).
git-svn-id: https://svn.redmine.org/redmine/trunk@23293 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index ffcdf94a6..4f971d80d 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -240,8 +240,6 @@ a.user.user-mention { #admin-menu a {line-height:1.7em;} #admin-menu a.selected:not(:has(svg)) {padding-left: 20px !important; background-position: 2px 40%;} -a.collapsible {padding-left: 12px; } - a#toggle-completed-versions {color:#999;} /***** Dropdown *****/ |