Skip to content

Commit

Permalink
Stroke rules are only for lines
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Aug 23, 2017
1 parent 466420b commit 77a6b2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/main/preprint-web/css/document-transcript.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,26 +100,36 @@ svg.diplomatic .text.hand-xx {

svg.diplomatic .material-bl {
fill: #808080;
}
svg.diplomatic line.material-bl {
stroke: #808080;
}

svg.diplomatic .material-t {
fill: black;
}
svg.diplomatic line.material-t {
stroke: black;
}

svg.diplomatic .material-ro {
fill: #A02020;
}
svg.diplomatic line.material-ro {
stroke: #A02020;
}

svg.diplomatic .material-tr {
fill: #A02020;
}
svg.diplomatic line.material-tr {
stroke: #A02020;
}

svg.diplomatic .material-blau {
fill: #5050C0;
}
svg.diplomatic line.material-blau {
stroke: #5050C0;
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/xproc
Submodule xproc updated 2 files
+42 −3 testimony.xpl
+92 −8 xslt/testimony-table.xsl

0 comments on commit 77a6b2f

Please sign in to comment.