From b8d044c11295d87b6379d4f4c30abd27f7476c43 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Sun, 30 May 2010 12:59:40 +0200 Subject: [PATCH] more padding to the right --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index fbe5121..fc2352e 100644 --- a/default.css +++ b/default.css @@ -22,7 +22,7 @@ ol { li, .error { clear: both; - padding: 8px; + padding: 8px 16px 8px 8px; background: #eee; border-top: 1px solid #fefefe; border-bottom: 1px solid #c9c9c9;