Skip to content

Commit

Permalink
[mod-sbs] Make $include-production-notes option work
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Apr 10, 2017
1 parent 769ae52 commit 1783df1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions modules/sbs/braille/src/main/resources/css/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -968,12 +968,13 @@ imggroup > caption, imggroup > img {
margin-bottom:1;
}

imggroup > prodnote {
display:block;
}

prodnote {
display:inline;
if $include-production-notes {
prodnote {
display:inline;
}
imggroup > prodnote {
display:block;
}
}

epigraph {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<p:option name="page-width" select="'28'"/>
<p:option name="page-height" select="'28'"/>
<p:option name="document-identifier" select="''"/>
<p:option name="include-production-notes" select="'true'"/>

<!--
inherit defaults and documentation for other options
Expand Down Expand Up @@ -60,7 +61,6 @@
<p:option name="include-line-groups"/>
<p:option name="text-level-formatting"/>
<p:option name="include-note-references"/>
<p:option name="include-production-notes"/>
<p:option name="show-braille-page-numbers"/>
<p:option name="show-print-page-numbers"/>
<p:option name="force-braille-page-break"/>
Expand Down

0 comments on commit 1783df1

Please sign in to comment.