aboutsummaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-06-24 11:47:48 +0200
committerMartin Fischer <martin@push-f.com>2021-06-24 11:49:25 +0200
commitd24f51baf6e4e97e6f3e9ff3ce83274f353e82f9 (patch)
treec605de9066d6297655b1bceb47db2a64f96fbf94 /src/static
parentde3437e4a2b357c9774dbef37ee7f76f50a3fabf (diff)
log: allow diffing specific revisions
Diffstat (limited to 'src/static')
-rw-r--r--src/static/style.css5
-rw-r--r--src/static/style.css.sha2562
2 files changed, 6 insertions, 1 deletions
diff --git a/src/static/style.css b/src/static/style.css
index a91b9df..0733d56 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -81,6 +81,11 @@ label {
font-weight: inherit;
}
+.rev-list {
+ list-style: none;
+ padding-left: 0;
+}
+
.addition { background: #e6ffed; }
.deletion { background: #ffeef0; }
.addition ins {background: #acf2bd; text-decoration: none; }
diff --git a/src/static/style.css.sha256 b/src/static/style.css.sha256
index 434cce7..17a3812 100644
--- a/src/static/style.css.sha256
+++ b/src/static/style.css.sha256
@@ -1 +1 @@
-nNLYarzU1i7D9yDyQw5R+15yNbfgxY838qGt/MH3I0E= \ No newline at end of file
+pVajQAgXar+xHqEuGZsATyQGTVFvnr82Sf28zZ3g4e0= \ No newline at end of file