From 61d4099edf4999f2b46e749fb2d785f2eff5588e Mon Sep 17 00:00:00 2001 From: B Mathis Date: Thu, 12 Nov 2009 14:42:54 -0600 Subject: added fix for IE7 adding vertical scroll bars to code blocks --- stylesheets/partials/_syntax.sass | 1 + 1 file changed, 1 insertion(+) (limited to 'stylesheets/partials/_syntax.sass') diff --git a/stylesheets/partials/_syntax.sass b/stylesheets/partials/_syntax.sass index ee22a1d9..633a4969 100644 --- a/stylesheets/partials/_syntax.sass +++ b/stylesheets/partials/_syntax.sass @@ -5,6 +5,7 @@ pre line-height: 1.5em border: #aaa 1px solid overflow-x: auto + overflow-y: hidden padding: 25px 20px .lineno color: #888 -- cgit v1.2.1