[Bps-public-commit] Test-Chimps branch, master, updated. 4246cd315bae56505927d985720c2d0138870c0c

Thomas Sibley trs at bestpractical.com
Fri Jan 8 11:53:33 EST 2010


The branch, master has been updated
       via  4246cd315bae56505927d985720c2d0138870c0c (commit)
      from  be66fb931ed05b9edf112f2de46437b3d8d2879f (commit)

Summary of changes:
 examples/list.tmpl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 4246cd315bae56505927d985720c2d0138870c0c
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Jan 8 11:52:32 2010 -0500

    Add nicer text overflow for IE7 and webkit

diff --git a/examples/list.tmpl b/examples/list.tmpl
index 561b3d3..7f5f38a 100644
--- a/examples/list.tmpl
+++ b/examples/list.tmpl
@@ -33,6 +33,9 @@
       width: 9em;
       height: 1.3em;
       overflow: hidden;
+      white-space: nowrap;
+      text-overflow: ellipsis;
+      -o-text-overflow: ellipsis;
       padding-right: 0.5em;
       padding-bottom: 0.2em;
     }

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list