Changeset 51 for trunk/css


Ignore:
Timestamp:
Jan 9, 2006 11:22:24 AM (18 years ago)
Author:
scdev
Message:

${1}

File:
1 edited

Legend:

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

    r50 r51  
    187187    font-weight: normal;
    188188}
     189
     190/* .pkg class wraps enclosing block element around inner floated elements */
     191.pkg:after
     192{
     193    content: " ";
     194    display: block;
     195    visibility: hidden;
     196    clear: both;
     197    height: 0.1px;
     198    font-size: 0.1em;
     199    line-height: 0.0;
     200}
     201* html .pkg { display: block; }
     202/* no ie mac \*/
     203* html .pkg { height: 1%; }
     204.pkg { display: block; }
     205/* */
Note: See TracChangeset for help on using the changeset viewer.