From 9693595247b8a7f694e409c433b95530e348ff80 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Thu, 20 Dec 2018 20:34:46 +0000 Subject: [PATCH 1/2] Now we can git push! --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ddd0922..e5c16f5 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,4 +9,4 @@ pipelines: script: - apt-get update - apt-get -qq install git-ftp - - git ftp init --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/graal-archive" \ No newline at end of file + - git ftp push --user $FTP_USERNAME --passwd $FTP_PASSWORD "ftp://91.197.228.162/graal-archive" \ No newline at end of file From 95982c136c1b40814681e3435cba707e82b992fc Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Thu, 20 Dec 2018 20:39:34 +0000 Subject: [PATCH 2/2] Remove padding from menu --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index fa1098e..045a0af 100644 --- a/style.css +++ b/style.css @@ -54,6 +54,7 @@ a:hover { .gar-header-nav ul { margin: 20px 0; + padding-inline-start: 0; } .gar-header-nav ul li {