template display: none

This commit is contained in:
Heydon Pickering 2017-08-25 10:31:09 +01:00
parent 9d59219336
commit e0e85a58e0
3 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,9 @@ html {
color: #111; color: #111;
background-color: #fefefe; background-color: #fefefe;
} }
template {
display: none !important;
}
* + * { * + * {
margin-top: 2.25rem; margin-top: 2.25rem;
} }

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,9 @@ html {
color: #111; color: #111;
background-color: #fefefe; background-color: #fefefe;
} }
template {
display: none !important;
}
* + * { * + * {
margin-top: 2.25rem; margin-top: 2.25rem;
} }