More overload

master
Bel LaPointe 2020-09-28 14:45:19 -06:00
parent c130c3af69
commit 1c45c4d7a2
2 changed files with 7 additions and 2 deletions

1
deploy_erazuno.sh Normal file
View File

@ -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

View File

@ -57,9 +57,9 @@ func main() {
.%s { .%s {
width: auto !important; width: auto !important;
/*height: auto !important;*/ /*height: auto !important;*/
height: 100%% !important; /*height: 100%% !important;
column-count: auto !important; column-count: auto !important;
-webkit-column-count: auto !important; -webkit-column-count: auto !important;*/
overflow: auto !important; overflow: auto !important;
background-repeat: repeat-x; background-repeat: repeat-x;
} }
@ -67,6 +67,9 @@ func main() {
column-span: none !important; column-span: none !important;
-webkit-column-span: none !important; -webkit-column-span: none !important;
} }
.%s hr+table {
margin-top: 40px !important;
}
.%s nav { .%s nav {
background: none !important; background: none !important;
} }
@ -75,6 +78,7 @@ func main() {
mdClass, mdClass,
mdClass, mdClass,
mdClass, mdClass,
mdClass,
b, b,
) )
} }