Skip to content

Commit

Permalink
Cleanup in generation HTMLs
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Mar 23, 2016
1 parent b57513b commit 9494767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions svg_rendering/page/js/transcript-generation.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ var transcriptGeneration = (function(){
if (links) {
var overlaySvg = transcriptGeneration.createFacsimileOverlaySvg(diploSvg, links);
result.overlay = serialize(overlaySvg);
overlaySvg.parentNode.removeChild(overlaySvg);
}
try {
window.callPhantom(result);
Expand Down
4 changes: 3 additions & 1 deletion svg_rendering/page/transcript-generation.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
height: 100%;
margin: 0px 0px 0px 0px;
padding: 5px;
background-color: lightgray;
/* background-color: lightgray; */
}

/*
#container {
border: 1px solid black;
background-color: white;
}
*/

</style>
</head>
Expand Down

0 comments on commit 9494767

Please sign in to comment.