del
This commit is contained in:
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>`,
|
||||||
|
|||||||
Reference in New Issue
Block a user