From 913b40fe12ea0f73614013fe5a528700d516749e Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 20:02:53 +0200 Subject: I don't know CSS :-( --- assets/css/styles.css | 3 +-- dist/css/styles.css | 3 +-- dist/js/app.js | 2 +- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 0c00378..ed1ab42 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -132,7 +132,7 @@ a.collection-item { color: var(--color-text); } -.fc-slats > table > tbody > tr { +tr { border-bottom-color: var(--color-divider) !important; } @@ -284,7 +284,6 @@ i.material-icons.prefix { .flag-icon { height: 1vw; } - .app-header-bold { color: var(--color-header-bold) !important; } diff --git a/dist/css/styles.css b/dist/css/styles.css index 0c00378..ed1ab42 100755 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -132,7 +132,7 @@ a.collection-item { color: var(--color-text); } -.fc-slats > table > tbody > tr { +tr { border-bottom-color: var(--color-divider) !important; } @@ -284,7 +284,6 @@ i.material-icons.prefix { .flag-icon { height: 1vw; } - .app-header-bold { color: var(--color-header-bold) !important; } diff --git a/dist/js/app.js b/dist/js/app.js index ea25178..10c075f 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "2acc46724db65edf60a7316086fe098cc7b3f5b3"; +const previous_commit = "cf41a36f744c51513d864b48d7ee806544de062b"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index ea1a89a..972f0c7 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 2acc46724db65edf60a7316086fe098cc7b3f5b3 + ^HEAD cf41a36f744c51513d864b48d7ee806544de062b

diff --git a/dist/sw.js b/dist/sw.js index 7b70eea..230e473 100755 --- a/dist/sw.js +++ b/dist/sw.js @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-2acc467"; -// commit before the latest is 2acc46724db65edf60a7316086fe098cc7b3f5b3 +const static_cache_name = "site-static-1.0.13-beta-cf41a36"; +// commit before the latest is cf41a36f744c51513d864b48d7ee806544de062b // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! -- cgit v1.2.3