From 3644a310dd3b1081ea864f3bafce385beb657491 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 21 Dec 2013 23:03:25 -0500 Subject: style: center
 blocks, don't make them shifted to the right

---
 public/assets/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/assets/style.css b/public/assets/style.css
index 06d3026..7c46c8c 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -29,7 +29,7 @@ var {
 }
 
 pre {
-	margin-left: 2em;
+	margin: auto 2em;
 	overflow: auto;
 }
 
-- 
cgit v1.2.3