diff options
author | Go MAEDA <maeda@farend.jp> | 2020-01-25 09:12:08 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-01-25 09:12:08 +0000 |
commit | 5c92383a89c6c6b59763266639f517d362a9c25a (patch) | |
tree | c2608a093cf6f0308e8a3d8b21a5d1da19eeea76 /public/stylesheets/scm.css | |
parent | 8dbbfd61725577fb45faa5dbd0cbccf252aa6417 (diff) | |
download | redmine-5c92383a89c6c6b59763266639f517d362a9c25a.tar.gz redmine-5c92383a89c6c6b59763266639f517d362a9c25a.zip |
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
Diffstat (limited to 'public/stylesheets/scm.css')
-rw-r--r-- | public/stylesheets/scm.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index c177b07cc..4640be5f9 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -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: " "; +} |