Merge pull request #3 from sebslomski/master
[m6w6/gitweb-theme] / gitweb.css
index aa0852f5c2eee1b6ef814e319cc650f6cbccdbac..7e5e09b0df83cb158bfecb559a861f07a1ae1e7f 100755 (executable)
@@ -47,6 +47,7 @@ a { outline: none; }
 body {
   font-family: "Monaco", "Courier New", monospace;
   font-size: 12px;
+  line-height: 1.5;
   margin: 0;
   background-color: #fff;
   color: #000000;
@@ -360,7 +361,8 @@ span.refs a {
 ---------------------------------------------------------------------------- */
 
 .patchset {
-  overflow: auto;
+  overflow-x: auto;
+  overflow-y: hidden;
 }
 
 .chunk_header {