Fix margin in pre code
This commit is contained in:
parent
c287d992dc
commit
e181f8a888
5 changed files with 10260 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue