@@ -, +, @@ punctuation --- .../prog/css/src/staff-global.scss | 27 ++++++++++--------- .../en/xslt/MARC21slim2intranetDetail.xsl | 2 ++ .../prog/en/xslt/MARC21slimUtils.xsl | 8 +++++- .../opac-tmpl/bootstrap/css/src/opac.scss | 10 +++---- .../en/xslt/MARC21slim2OPACDetail.xsl | 2 ++ .../bootstrap/en/xslt/MARC21slimUtils.xsl | 8 +++++- 6 files changed, 37 insertions(+), 20 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2881,30 +2881,31 @@ li { .contents { width: 75%; - .r { - display: inline; + .newline::after { + content: "\A → "; + white-space: pre; } .t { - display: inline; font-weight: bold; + display: inline; + } - &:first-child { - &::before { - content: "→ "; - } - } - - &::before { - content: "\A→ "; - white-space: pre; - } + .r { + display: inline; } } + .contentblock { + font-size: 95%; + line-height: 135%; margin-left: 2em; position: relative; + + :first-child::before { + content: "→ "; + } } #hierarchies { --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1049,11 +1049,13 @@ + 1 trug + 1 atrug --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl @@ -60,10 +60,16 @@ + - + + + + newline + + --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2215,11 +2215,7 @@ nav { .contents { width: 75%; - .t:first-child::before { - content: "→ "; - } - - .t::before { + .newline::after { content: "\A → "; white-space: pre; } @@ -2240,6 +2236,10 @@ nav { line-height: 135%; margin-left: 2em; position: relative; + + :first-child::before { + content: "→ "; + } } .m880 { --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1132,11 +1132,13 @@ + 1 trug + 1 atrug --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl @@ -60,10 +60,16 @@ + - + + + + newline + + --