Changeset 454 for trunk/css


Ignore:
Timestamp:
Jan 4, 2014 3:25:57 AM (10 years ago)
Author:
anonymous
Message:

Improved the truncate() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/utilities.inc.css

    r406 r454  
    11/**
    2  * utilities.css 
     2 * utilities.css
    33 *
    44 * CSS used often in Strangecode applications. Do not arbitrarily
     
    4747}
    4848.sc-note:hover { cursor: help; }
     49.sc-ellipsis {
     50    overflow: hidden;
     51    white-space: nowrap;
     52    text-overflow: ellipsis;
     53}
    4954
    5055/* .sc-pkg class wraps enclosing block element around inner floated elements */
Note: See TracChangeset for help on using the changeset viewer.