summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-07-08 16:21:09 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-08 16:21:09 (EDT)
commit54dd81537ebef2968279f78120bada4ff88e0cc7 (patch)
tree1b3f3a064fc96c3ba8752235cf39b70605116042 /main.css
parent7766d0d011d69037ccdb9d3531e24b3d6f2da296 (diff)
Add margin to <pre> elements.
Diffstat (limited to 'main.css')
-rw-r--r--main.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.css b/main.css
index e5a0d52..1362897 100644
--- a/main.css
+++ b/main.css
@@ -39,6 +39,9 @@ code {
background-color: #EEEECC;
font-family: monospace;
}
+pre {
+ margin: 0px 0px 12px 16px;
+}
a:link, a:link *, a:visited, a:visited * {
color: #0F1FA0;
text-decoration: none;