Merge pull request #3 from sebslomski/master
authorStefan Imhoff <kogakure@gmail.com>
Thu, 19 May 2011 06:12:36 +0000 (23:12 -0700)
committerStefan Imhoff <kogakure@gmail.com>
Thu, 19 May 2011 06:12:36 +0000 (23:12 -0700)
line-height for the body element

gitweb.css

index afe4f9efc3c52b125fd77a12ea8818db298bd739..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;