diff options
author | alecpl <alec@alec.pl> | 2011-10-12 17:43:19 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-10-12 17:43:19 +0000 |
commit | 58487bbc08017458c13f1a4bcc69b6005c594043 (patch) | |
tree | 826ea03929162d956c41e0cf0f8dc085a11cc76e /skins | |
parent | f6638364b1dfb6e1e16fe140df7091af67b56bc3 (diff) |
- Improve .boxtitle style
Diffstat (limited to 'skins')
-rw-r--r-- | 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 4b2567623..192de065a 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -279,6 +279,9 @@ img 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; } |