style.css: no margin-bottom for <pre>
This commit is contained in:
parent
65b273edb1
commit
cc059b64f6
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ pre {
|
|||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
font: inherit;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
|
|
Loading…
Add table
Reference in a new issue