From 997ef19f17af31c668d34bd00269fc02186be7f8 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 30 Jun 2014 11:45:42 -0400
Subject: [PATCH] Remove height:auto from .listing table cells

---
 skins/larry/styles.css |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 873c38e..ce3b980 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1222,7 +1222,6 @@
 
 .listing tbody td {
 	display: table-cell;
-	height: auto;
 	min-height: 14px;
 	outline: none;
 }

--
Gitblit v1.9.1