diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-30 17:45:42 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-30 17:45:42 +0200 |
commit | 997ef19f17af31c668d34bd00269fc02186be7f8 (patch) | |
tree | 041a2f540c2c40837088056902789f6268b14941 | |
parent | 523d1a945c83dc24701aa0de497698d989d11f87 (diff) |
Remove height:auto from .listing table cells
-rw-r--r-- | 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 873c38ee1..ce3b98082 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1222,7 +1222,6 @@ a.iconlink.upload { .listing tbody td { display: table-cell; - height: auto; min-height: 14px; outline: none; } |