From 1c45c4d7a28384087faf1461c3e3e0c41bdda6d0 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 28 Sep 2020 14:45:19 -0600 Subject: [PATCH] More overload --- deploy_erazuno.sh | 1 + main.go | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 deploy_erazuno.sh diff --git a/deploy_erazuno.sh b/deploy_erazuno.sh new file mode 100644 index 0000000..38356eb --- /dev/null +++ b/deploy_erazuno.sh @@ -0,0 +1 @@ +GOOS=linux GOARCH=arm GOARM=5 CGO_ENABLED=0 go build -a -installsuffix cgo -o exec-simpleserve && scp -i $HOME/.ssh/id_rsa ./exec-simpleserve zach@192.168.1.123:/var/services/homes/zach/erazuno/exec-simpleserve.new; rm ./exec-simpleserve diff --git a/main.go b/main.go index ad6848c..e5ef34a 100755 --- a/main.go +++ b/main.go @@ -57,9 +57,9 @@ func main() { .%s { width: auto !important; /*height: auto !important;*/ - height: 100%% !important; + /*height: 100%% !important; column-count: auto !important; - -webkit-column-count: auto !important; + -webkit-column-count: auto !important;*/ overflow: auto !important; background-repeat: repeat-x; } @@ -67,6 +67,9 @@ func main() { column-span: none !important; -webkit-column-span: none !important; } + .%s hr+table { + margin-top: 40px !important; + } .%s nav { background: none !important; } @@ -75,6 +78,7 @@ func main() { mdClass, mdClass, mdClass, + mdClass, b, ) }