From ab5b03d25a201269482acf51e9b856aa62ce2a84 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 19:52:44 +0200 Subject: CSS bug fix --- assets/css/styles.css | 2 +- dist/css/styles.css | 2 +- dist/js/app.js | 2 +- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index f698cea..52b76c1 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -133,7 +133,7 @@ a.collection-item { } .fc-view > table > * > tr { - color: var(--color-divider) !important; + border-bottom-color: var(--color-divider) !important; } .progress { diff --git a/dist/css/styles.css b/dist/css/styles.css index f698cea..52b76c1 100755 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -133,7 +133,7 @@ a.collection-item { } .fc-view > table > * > tr { - color: var(--color-divider) !important; + border-bottom-color: var(--color-divider) !important; } .progress { diff --git a/dist/js/app.js b/dist/js/app.js index 06d8e44..f34073b 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 = "0438adaf1a4254632447483bf10b6135822c7d72"; +const previous_commit = "b1a08cbe11e7550ff2b004e99a3e5c490509d22f"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 468ab14..257dc47 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 0438adaf1a4254632447483bf10b6135822c7d72 + ^HEAD b1a08cbe11e7550ff2b004e99a3e5c490509d22f

diff --git a/dist/sw.js b/dist/sw.js index 92c0b64..2467594 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-0438ada"; -// latest commit is 0438adaf1a4254632447483bf10b6135822c7d72 +const static_cache_name = "site-static-1.0.13-beta-b1a08cb"; +// commit before the latest is b1a08cbe11e7550ff2b004e99a3e5c490509d22f // 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