From a8bf8480acfe206315bc3e2a419340723a226eac Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 2 Apr 2011 14:03:31 +0200 Subject: [PATCH] Force scrollbar to display never vertically --- README.rst | 4 ++-- gitweb.css | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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 +} -- 2.30.2