From: Stefan Imhoff Date: Sat, 2 Apr 2011 12:03:31 +0000 (+0200) Subject: Force scrollbar to display never vertically X-Git-Tag: gitweb-1.7.12~12 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=a8bf8480acfe206315bc3e2a419340723a226eac Force scrollbar to display never vertically --- diff --git a/README.rst b/README.rst index 4a4ac8f..689ac7c 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Theme for gitweb ================ -This is an alternative theme for `gitweb`_ (tested in 1.7.3.2+). It is *strongly* inspired by GitHub. +This is an alternative theme for `gitweb`_ (tested with git web interface version 1.7.4.2). It is *strongly* inspired by GitHub. Installation ============ @@ -14,4 +14,4 @@ would be to rename the old file, in case you want to switch back. If you see some missing things or errors, please post a comment. -.. _gitweb: http://git.or.cz/gitwiki/Gitweb \ No newline at end of file +.. _gitweb: http://git.or.cz/gitwiki/Gitweb diff --git a/gitweb.css b/gitweb.css index 9f48e39..876adfd 100755 --- a/gitweb.css +++ b/gitweb.css @@ -359,7 +359,8 @@ span.refs a { ---------------------------------------------------------------------------- */ .patchset { - overflow: auto; + overflow-x: auto; + overflow-y: hidden; } .chunk_header { @@ -433,4 +434,4 @@ span.match { td.error { color: red; background: yellow; -} \ No newline at end of file +}