OSDN Git Service

Reduce line-height for commits diff lines
authorrandx <dmitriy.zaporozhets@gmail.com>
Mon, 22 Oct 2012 20:49:21 +0000 (23:49 +0300)
committerrandx <dmitriy.zaporozhets@gmail.com>
Mon, 22 Oct 2012 20:49:21 +0000 (23:49 +0300)
app/assets/stylesheets/sections/commits.scss

index 1da8127..139d734 100644 (file)
       }
     }
 
+    table {
+      td {
+        line-height:18px;
+      }
+    }
   }
   .diff_file_content_image {
     background:#eee;