From 8ab6ecbf199ee152f218743f0414a60b0377de1a Mon Sep 17 00:00:00 2001 From: Lennart Blom Date: Sat, 1 Dec 2018 11:03:23 +0100 Subject: [PATCH] Define dynamic parsing of history elements --- src/style.css | 5 ++++ src/tags/tag-history-button.tag | 2 +- src/tags/tag-history.tag | 52 +++++++++++++++++---------------- 3 files changed, 33 insertions(+), 26 deletions(-) diff --git a/src/style.css b/src/style.css index a6c4895..7666b52 100644 --- a/src/style.css +++ b/src/style.css @@ -335,4 +335,9 @@ select { .copy-to-clipboard a:hover { cursor: pointer; +} + +.tag-history-element { + padding: 15px; + margin:5px; } \ No newline at end of file diff --git a/src/tags/tag-history-button.tag b/src/tags/tag-history-button.tag index 7bb6471..a492c70 100644 --- a/src/tags/tag-history-button.tag +++ b/src/tags/tag-history-button.tag @@ -19,7 +19,7 @@ along with this program. If not, see . history -