[Bps-public-commit] Test-Chimps branch, master, updated. 4bb2335145e0b40885468459051041e28dba7a46

Thomas Sibley trs at bestpractical.com
Fri Jan 8 12:05:25 EST 2010


The branch, master has been updated
       via  4bb2335145e0b40885468459051041e28dba7a46 (commit)
      from  379a42b18e46e4a1c5e5d262b808365a2b14b605 (commit)

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

- Log -----------------------------------------------------------------
commit 4bb2335145e0b40885468459051041e28dba7a46
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Jan 8 12:04:55 2010 -0500

    Fix overflow settings -- for the last time ;)

diff --git a/examples/list.tmpl b/examples/list.tmpl
index 83cfed6..1ae80a7 100644
--- a/examples/list.tmpl
+++ b/examples/list.tmpl
@@ -33,13 +33,17 @@
       width: 9em;
       height: 1.3em;
       overflow: hidden;
-      white-space: nowrap;
       text-overflow: ellipsis;
       -o-text-overflow: ellipsis;
-      padding-right: 0.5em;
+      margin-right: 0.5em;
       padding-bottom: 0.2em;
     }
 
+    #toc li a {
+      overflow: hidden;
+      white-space: nowrap;
+    }
+
     .to-top {
         font-size: 80%;
         font-weight: normal;

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



More information about the Bps-public-commit mailing list