From 614d5ec8335db3ffe881777e1dd8b46084f40cae Mon Sep 17 00:00:00 2001 From: Michael Auteri Date: Tue, 16 Oct 2012 12:49:11 -0400 Subject: [PATCH] Issue #51 - Make content area more narrow --- themes/jquery/css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index 8cb1c789..16ad617a 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -2695,6 +2695,10 @@ html.jquery-learning { background: #000 url(../i/learning_bg.jpg) no-repeat cent @media all and (max-width: 320px) { + .syntaxhighlighter table td.gutter .line { + padding: 0.5em 0.5em 0 0.5em !important; + } + .download { text-align: center; } header nav.top li a { padding: 0 8px; }