css: smaller font size for log file

This commit is contained in:
Thomas Gelf 2015-12-17 16:34:54 +01:00
parent 91250cf0b9
commit 1756546d8d

View File

@ -21,6 +21,11 @@ pre {
background: none;
}
pre.logfile {
font-size: 0.875em;
padding: 0;
}
table.avp th {
font-size: inherit;
}