Skip to content

Commit

Permalink
improve print design
Browse files Browse the repository at this point in the history
  • Loading branch information
evernat committed Aug 29, 2019
1 parent f58a285 commit 64c67b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Expand Up @@ -205,7 +205,7 @@ private void writeDetails(JavaInformations javaInformations, boolean repeatHost)

writeDatabaseVersionAndDataSourceDetails(javaInformations);

writeln("<tr><td valign='top'>#Dependencies#: </td><td>");
writeln("<tr><td valign='top'><div class='noPrint'>#Dependencies#: </div></td><td>");
writeDependencies(javaInformations);
writeln(columnEnd);

Expand Down
Expand Up @@ -378,6 +378,16 @@ input[type=checkbox] {
.noPrint {
display: none;
}
body {
zoom: 80%; /* for graphs layout in print, except in firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=390936 */
}
a, a:visited {
color: #000000;
}
.tooltip {
/* pour que <div class=tooltip> soit comme <a> */
color: #000000;
}
}

/* JavaHTMLizer */
Expand Down

0 comments on commit 64c67b9

Please sign in to comment.