From 58487bbc08017458c13f1a4bcc69b6005c594043 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 12 Oct 2011 13:43:19 -0400 Subject: [PATCH] - Improve .boxtitle style --- skins/default/common.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/skins/default/common.css b/skins/default/common.css index 4b25676..192de06 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -279,6 +279,9 @@ font-size: 11px; font-weight: bold; overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + white-space: nowrap; background: url(images/listheader.gif) top left repeat-x #CCC; } -- Gitblit v1.9.1