From: Mark Wooding Date: Thu, 6 Mar 2014 14:01:05 +0000 (+0000) Subject: check-bkp-status.in: Height cap on log information. X-Git-Tag: 1.0.2~1 X-Git-Url: https://git.distorted.org.uk/~mdw/rsync-backup/commitdiff_plain/1093ae15b77c474f89c2859d1fa6938d1998b955?hp=afd4eb4b06576a9d0d5357f734dff7506885cb5f check-bkp-status.in: Height cap on log information. Mainly because this way you can get to the horizontal scroll bar. --- diff --git a/check-bkp-status.in b/check-bkp-status.in index 5bbbdc2..73d8e84 100644 --- a/check-bkp-status.in +++ b/check-bkp-status.in @@ -221,9 +221,11 @@ html_header () { padding: 1ex; background: #eee; border: solid thin black; - overflow-y: auto; + overflow: auto; } + pre.logdump { max-height: 120ex; } + .hide { display: none; } a.expand-button { float: right;