Fix margin in pre code

This commit is contained in:
panr 2018-08-21 13:28:58 +02:00
parent c287d992dc
commit e181f8a888
5 changed files with 10260 additions and 4 deletions

View file

@ -109,6 +109,7 @@ pre {
code {
background: none !important;
color: #ccc;
margin: 0;
padding: 0;
font-size: inherit;
}
@ -189,6 +190,3 @@ hr {
.hidden {
display: none;
}