Force scrollbar to display never vertically
authorStefan Imhoff <stefan@imhoff.name>
Sat, 2 Apr 2011 12:03:31 +0000 (14:03 +0200)
committerStefan Imhoff <stefan@imhoff.name>
Sat, 2 Apr 2011 12:03:31 +0000 (14:03 +0200)
README.rst
gitweb.css

index 4a4ac8fe3db3f6650b6c19bb7c869c31ca96a1fe..689ac7cfc55c4a698277bcd986831f32030be9af 100644 (file)
@@ -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
index 9f48e39f50ca3eae6d3af7865c01d7c47b5ab85a..876adfd7525e771696bb0dfa1d5eedd6e0fee7cd 100755 (executable)
@@ -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
+}