diff options
author | B Mathis <brandon@imathis.com> | 2009-11-12 14:42:54 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-12 14:42:54 -0600 |
commit | 61d4099edf4999f2b46e749fb2d785f2eff5588e (patch) | |
tree | 2e2071bec2f2b1a9ccda525ce8ef15dfe4001859 /stylesheets/partials | |
parent | bd96f301ef90953c1d59df9493142fcd5ce37c56 (diff) | |
download | my_new_personal_website-61d4099edf4999f2b46e749fb2d785f2eff5588e.tar.xz my_new_personal_website-61d4099edf4999f2b46e749fb2d785f2eff5588e.zip |
added fix for IE7 adding vertical scroll bars to code blocks
Diffstat (limited to '')
-rw-r--r-- | stylesheets/partials/_syntax.sass | 1 |
1 files changed, 1 insertions, 0 deletions
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 |