From 2126cf28ff4e52032b1be9f67afac49ce9854288 Mon Sep 17 00:00:00 2001 From: Vadym Date: Mon, 16 Nov 2020 12:35:31 +0200 Subject: [PATCH 1/2] 1. issue #85 fix. broken footer location --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index f38c5ee..d770b61 100644 --- a/src/style.css +++ b/src/style.css @@ -8,7 +8,7 @@ body { } #page-body { - height: 100%!important; + /*height: 100%!important;*/ } .row { From 74868fc7e8e4bdbce7a69e49b1468cc784ea771f Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Mon, 16 Nov 2020 12:58:47 +0200 Subject: [PATCH 2/2] Update README.md Changed static links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3089d7e..bafaf59 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ This is a limited-access demo running on heroku with a couple test jobs that can Skip step 4 and use these URLs in step 7: ``` -https://cdn.rawgit.com/djonsson/jenkins-atlassian-theme/gh-pages/theme-min.css -https://cdn.rawgit.com/djonsson/jenkins-atlassian-theme/gh-pages/theme.js +https://vikulin.github.io/jenkins-atlassian-theme/theme.css +https://vikulin.github.io/jenkins-atlassian-theme/theme.js ``` ## Development