From 45ff502b554673285637f2beae8c5331d3243d17 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Jun 2012 18:50:59 +0200 Subject: [PATCH] update index.css (make text less wide) --- index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.css b/index.css index b0a94217..d1637963 100644 --- a/index.css +++ b/index.css @@ -72,6 +72,9 @@ body { margin-top: 2px; font-size: 12px; } +.readme .text > p { + margin-right: 256px; +} .readme .text { padding: 16px; font-size: 14px;