Changeset 59

Show
Ignore:
Timestamp:
04/04/06 17:09:53 (3 years ago)
Author:
d.reszka
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework/core/ie4.css

    r57 r59  
    1313* FILE TYPE:            WYM style css module 
    1414* FILE NAME: 
    15 * FILE DESCRIPTION:     Minimal styles for ie4, use conditionnal comments to import this file if you need ie4 compatibility 
     15* FILE DESCRIPTION:     Minimal styles for ie4, i you use this file, you should also import ie4-undo.css after this one 
    1616* FILE AUTHORS:         Daniel Reszka (daniel@pixarea.com - http://www.pixarea.com - http://blog.pixarea.com) 
    1717*/ 
     
    2323/*LAYOUT*/ 
    2424        body            { text-align: center;  margin: 0; padding: 30px;} 
    25         #page           { width: 780px; text-align: left;} 
     25        #page           { width: 90%; text-align: left;} 
    2626        .wrapper        { padding: 20px;} 
    2727 
     
    3737        .accessibility  { background: #ddd;} 
    3838 
    39 /*UNDO STYLES FOR NON IE4 BROWSERS*/ 
    40         @media all { 
    41                 body, 
    42                 #page, 
    43                 .accessibility  { background: none;} 
    44            } 
    45         @media all { 
    46                 body            { text-align: left;  margin: 0; padding: 0;} 
    47            } 
    48         @media all { 
    49                 #page           { width: auto;} 
    50            } 
    51         @media all { 
    52                 .wrapper        { padding: 0;} 
    53            } 
    54         @media all { 
    55                 #page, 
    56                 #header, 
    57                 .content, 
    58                 .nav            { border-width: 0;} 
    59            }