From 626583745d583b029e9adc896aac03d3b32ded0e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 20 May 2010 19:07:46 +0000 Subject: [PATCH] site: less vertical padding of code blocks --- site/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/style.css b/site/style.css index f343e4fd2..42e561601 100644 --- a/site/style.css +++ b/site/style.css @@ -88,7 +88,7 @@ a { } pre { background: #F8F8F8; /* The same as the GitHub background color since I'm using their syntax.css */ - padding: 15px; + padding: 0 2em 0 2em; } hr { border: 0;