chiark
/
gitweb
/
~mdw
/
rsync-backup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
afd4eb4
)
check-bkp-status.in: Height cap on log information.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 6 Mar 2014 14:01:05 +0000
(14:01 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 6 Mar 2014 14:01:05 +0000
(14:01 +0000)
Mainly because this way you can get to the horizontal scroll bar.
check-bkp-status.in
patch
|
blob
|
blame
|
history
diff --git
a/check-bkp-status.in
b/check-bkp-status.in
index 5bbbdc2119790f3f95969408c0e7926cf7b7c4d2..73d8e84931a8ad309915249c24e7ff512f784174 100644
(file)
--- a/
check-bkp-status.in
+++ b/
check-bkp-status.in
@@
-221,9
+221,11
@@
html_header () {
padding: 1ex;
background: #eee;
border: solid thin black;
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;
.hide { display: none; }
a.expand-button {
float: right;