del
parent
1c45c4d7a2
commit
d90ef4c1a5
5
main.go
5
main.go
|
|
@ -64,14 +64,19 @@ func main() {
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
}
|
}
|
||||||
.%s h1 {
|
.%s h1 {
|
||||||
|
/*
|
||||||
column-span: none !important;
|
column-span: none !important;
|
||||||
-webkit-column-span: none !important;
|
-webkit-column-span: none !important;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
.%s hr+table {
|
.%s hr+table {
|
||||||
margin-top: 40px !important;
|
margin-top: 40px !important;
|
||||||
}
|
}
|
||||||
.%s nav {
|
.%s nav {
|
||||||
|
/*
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
*/
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
%s
|
%s
|
||||||
</style>`,
|
</style>`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue