style.css: no margin-bottom for <pre>

This commit is contained in:
Groggy Dice 2014-05-13 04:16:47 -04:00
parent 65b273edb1
commit cc059b64f6

View file

@ -97,6 +97,7 @@ pre {
word-wrap: break-word; /* Internet Explorer 5.5+ */
font: inherit;
margin-top: 0;
margin-bottom: 0;
}
/* tables */