More overload
parent
c130c3af69
commit
1c45c4d7a2
|
|
@ -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
|
||||||
8
main.go
8
main.go
|
|
@ -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,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue