Changeset 545

Show
Ignore:
Timestamp:
11/12/03 09:36:07 (5 years ago)
Author:
saxmatt
Message:

Use ems where possible for more flexble layout.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-layout.css

    r540 r545  
    116116 
    117117#content { 
    118     margin: 30px 220px 0 60px
     118    margin: 30px 13em 0 3em
    119119    padding-right: 60px; 
    120120} 
     
    149149    right: 2px; 
    150150    top: 0; 
    151     width: 180px
     151    width: 11em
    152152} 
    153153 
     
    160160    border: 1px solid #999; 
    161161    letter-spacing: -0.05em; 
    162     width: 80px
     162    width: 80%
    163163} 
    164164 
     
    180180 
    181181#menu ul ul { 
    182     font-style: list-style-type: none; 
     182    list-style-type: none; 
    183183    font-variant: normal; 
    184184    font-weight: normal; 
     
    192192    border: 0; 
    193193    font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; 
    194     height: 14px; 
    195194    letter-spacing: 0; 
    196195    margin-top: 0; 
     
    201200#menu ul ul li a { 
    202201    color: #000; 
    203     display: block; 
    204202    text-decoration: none; 
    205203}