Make breadcrumbs of repository browser copy-paste friendly (#32835).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19460 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-25 09:12:08 +00:00
parent 8dbbfd6172
commit 5c92383a89
6 changed files with 29 additions and 20 deletions

View File

@@ -116,3 +116,7 @@ table.annotate td.line-code { background-color: #fafafa; }
div.action_M { background: #fd8 }
div.action_D { background: #f88 }
div.action_A { background: #bfb }
.breadcrumbs>.separator::before, .breadcrumbs>.separator::after {
content: " ";
}