mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
[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:
parent
d8576715d9
commit
1c1c7d4332
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user