Changeset 59
- Timestamp:
- 04/04/06 17:09:53 (3 years ago)
- Files:
-
- trunk/framework/core/ie4.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/framework/core/ie4.css
r57 r59 13 13 * FILE TYPE: WYM style css module 14 14 * FILE NAME: 15 * FILE DESCRIPTION: Minimal styles for ie4, use conditionnal comments to import this file if you need ie4 compatibility15 * FILE DESCRIPTION: Minimal styles for ie4, i you use this file, you should also import ie4-undo.css after this one 16 16 * FILE AUTHORS: Daniel Reszka (daniel@pixarea.com - http://www.pixarea.com - http://blog.pixarea.com) 17 17 */ … … 23 23 /*LAYOUT*/ 24 24 body { text-align: center; margin: 0; padding: 30px;} 25 #page { width: 780px; text-align: left;}25 #page { width: 90%; text-align: left;} 26 26 .wrapper { padding: 20px;} 27 27 … … 37 37 .accessibility { background: #ddd;} 38 38 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 }