From 54dd81537ebef2968279f78120bada4ff88e0cc7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Jul 2012 16:21:09 -0400 Subject: Add margin to
 elements.

---
(limited to 'main.css')

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;
--
cgit v0.9.1