master
Bel LaPointe 2020-11-07 09:48:01 -07:00
parent 1c45c4d7a2
commit d90ef4c1a5
1 changed files with 5 additions and 0 deletions

View File

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