diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-15 09:31:47 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-15 09:31:47 +0000 |
commit | 6d0c44b9121f4c49cb94576caf38f3bbf64dcefa (patch) | |
tree | 9f96925c935543af0e5abc21edd2100d7be2d083 | |
parent | 8fbdc5e4595b315398a8127df44ac9c58f3e348c (diff) | |
download | redmine-6d0c44b9121f4c49cb94576caf38f3bbf64dcefa.tar.gz redmine-6d0c44b9121f4c49cb94576caf38f3bbf64dcefa.zip |
Remove the border override for tr.entry as it is no longer necessary (#41475).
git-svn-id: https://svn.redmine.org/redmine/trunk@23123 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/application.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 5c46495ef..3ad689eda 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -349,7 +349,6 @@ tr.idnt-9 td.subject, tr.idnt-9 td.name {padding-left: 152px; background-positio table.issue-report {table-layout:fixed;} .issue-report-graph {width: 75%; margin: 2em 0;} -tr.entry { border: 1px solid #f8f8f8; } tr.entry td { white-space: nowrap; } tr.entry td.filename {width:30%; text-align:left;} tr.entry td.filename_no_report {width:70%; text-align:left;} |