From 050a348061fed9b0d070df32daa64fbd43db71a7 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 24 Jun 2012 17:32:01 +0200 Subject: [PATCH] update index.css (right margin for syntax highlighter in readme texts --- index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 8ee0e6c1..85b265b4 100644 --- a/index.css +++ b/index.css @@ -73,7 +73,8 @@ body { margin-top: 2px; font-size: 12px; } -.readme .text > p { +.readme .text > p, +.readme .text > div { margin-right: 256px; } .readme .text {