mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 01:22:25 +00:00
style.css: no margin-bottom for <pre>
This commit is contained in:
parent
65b273edb1
commit
cc059b64f6
@ -97,6 +97,7 @@ pre {
|
|||||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||||
font: inherit;
|
font: inherit;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tables */
|
/* tables */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user