Previous changeset 40:8c003382d582 (2017-11-28) Next changeset 42:cb33c7d521c4 (2017-12-01) |
Commit message:
Uploaded |
modified:
bin/html.pm |
b |
diff -r 8c003382d582 -r d78100e92431 bin/html.pm --- a/bin/html.pm Tue Nov 28 10:21:34 2017 -0500 +++ b/bin/html.pm Fri Dec 01 05:30:36 2017 -0500 |
b |
@@ -114,7 +114,7 @@ print $sub " <div align=\"center\"> <h2>$id</h2> - <p> <img src=\"$id/histogram.png\" width=50%/></p> + <p> <img class=\"featurette-image\" src=\"$id/histogram.png\"/></p> <p><a href=\"$id/overlap_size.txt\">ping pong signature</a></p> <p><a href=\"$id/sensPPP.txt\">sens reads with PPP</a></p> <p><a href=\"$id/antisensPPP.txt\">reverse reads with PPP</a></p> @@ -466,7 +466,7 @@ .featurette-image { margin-top: 10px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */ - width: 600px; + width: 400px; height: auto; } |