Changeset 308:ac786f4cf820 for themes/ductile/layouts.css
- Timestamp:
- 05/23/11 09:47:04 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/layouts.css
r304 r308 1 1 @charset "UTF-8"; 2 2 3 @media only screen and (min-width: 961px) { 4 #wrapper { 5 padding: 0 15%; 3 /* seuils retenus : 4 480px 5 640px 6 960px 7 1280px 8 ----------------- */ 9 10 @media only screen and (max-width:480px) { 11 h1 { 12 font-size: 1.8em; 6 13 } 7 14 } 8 15 9 @media only screen and (min-width: 641px) and (max-width: 960px) { 10 #wrapper { 11 padding: 0 10%; 12 } 13 } 14 15 @media only screen and (max-width:640px) { 16 @media only screen and (max-width:639px) { 16 17 html { 17 18 -webkit-text-size-adjust: none; … … 23 24 max-width: 100%; 24 25 height: auto; 25 width: auto\9; /* ie8 */ 26 } 27 } 28 29 @media only screen and (max-width:480px) { 30 h1 { 31 font-size: 1.8em; 26 width: auto\9; /* pour ie8 */ 32 27 } 33 28 } … … 38 33 } 39 34 } 35 36 @media only screen and (min-width: 640px) and (max-width: 960px) { 37 #wrapper { 38 padding: 0 10%; 39 } 40 } 41 42 @media only screen and (min-width: 961px) { 43 #wrapper { 44 padding: 0 15%; 45 } 46 }
Note: See TracChangeset
for help on using the changeset viewer.