Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fontane-notizbuecher
SADE
Commits
75abafd9
Commit
75abafd9
authored
Sep 16, 2018
by
Mathias Goebel
🎠
Browse files
support css when no backgroud is needed
parent
3fdfa742
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
modules/fontane/transform.xqm
View file @
75abafd9
...
...
@@ -1655,6 +1655,7 @@ element xhtml:span {
then 'cm' || floor($node/parent::tei:zone/@lry - $node/parent::tei:zone/@uly)
else (),
string($node/@function) => replace('caret', 'teicaret'),
if($node/@function = "deletion" and $node = "|") then "noBackground" else (),
if($node/tei:figure[not(./ancestor::zone/@points)]) then "innerFigure" else (),
if($node/@function = "deletion" and $node/parent::tei:zone/@points)
then "no-border"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment