[project @ 2006-03-26 23:41:55 by tlsa]

Give PRE a bottom margin of 0.5em by default.

svn path=/import/netsurf/; revision=2190
This commit is contained in:
Michael Drake 2006-03-26 23:41:55 +00:00
parent d8576715d9
commit 1c1c7d4332

View File

@ -48,7 +48,7 @@ br[clear=left] { clear: left; }
br[clear=right] { clear: right; }
br[clear=all] { clear: both; }
pre { display: block; font-family: monospace; white-space: pre; }
pre { display: block; font-family: monospace; white-space: pre; margin-bottom: 0.5em; }
ins { color: green; text-decoration: underline; }
del { color: red; text-decoration: line-through; }