diff options
author | P. J. McDermott <pehjota> | 2012-07-08 16:21:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-08 16:21:09 (EDT) |
commit | 54dd81537ebef2968279f78120bada4ff88e0cc7 (patch) | |
tree | 1b3f3a064fc96c3ba8752235cf39b70605116042 | |
parent | 7766d0d011d69037ccdb9d3531e24b3d6f2da296 (diff) |
Add margin to <pre> elements.
-rw-r--r-- | main.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |