From f25a96bd4020806ffe6674b0f82f5df5f54add2a Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 28 Nov 2013 06:59:40 -0500
Subject: [PATCH] Improve "ul.listing li" with text overflow styles

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

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 0b2c090..10500da 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1133,6 +1133,9 @@
 
 ul.listing li {
 	background-color: #d9ecf4;
+	overflow: hidden;
+	text-overflow: ellipsis;
+	white-space: nowrap;
 }
 
 ul.listing li ul {

--
Gitblit v1.9.1