X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=7e5e09b0df83cb158bfecb559a861f07a1ae1e7f;hp=aa0852f5c2eee1b6ef814e319cc650f6cbccdbac;hb=26bcded6b95f1cf7232af7a403cb9eff743f5fef;hpb=ce322328670ca4551ceabd52e1494f6449e02105 diff --git a/gitweb.css b/gitweb.css index aa0852f..7e5e09b 100755 --- a/gitweb.css +++ b/gitweb.css @@ -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 {