From 951cb11d48d99205cb5caa57691d89e2fd342a03 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 2 May 2013 13:52:21 +0100 Subject: [PATCH] padding should be even when table fits without overflow --- site/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index bac1554a..2395ddd6 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -821,6 +821,6 @@ code.option, code.flag, code.filter, code.output { .mobile-side-scroller { overflow-x: scroll; margin: 0 -40px; - padding-left: 10px; + padding: 0 10px; } }