summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2006-03-26 23:41:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2006-03-26 23:41:55 +0000
commit1c1c7d433291ece9116016606f5238a56723b787 (patch)
treec1c0a747ac31eb5d1c782694e392b7ac4e2ab251 /!NetSurf
parentd8576715d9a5fc3fb05c825989bc4d21f6d342d5 (diff)
downloadnetsurf-1c1c7d433291ece9116016606f5238a56723b787.tar.gz
netsurf-1c1c7d433291ece9116016606f5238a56723b787.tar.bz2
[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
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f792
1 files changed, 1 insertions, 1 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 851ba24bb..cb68f2f69 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -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; }