Changeset 50224 in spip-zone
- Timestamp:
- Aug 3, 2011, 9:50:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/dist/css/layout.css
r49939 r50224 8 8 9 9 body { text-align: center; background: #EEE url(img/background.gif); } 10 .page { position: relative; width: 940px; margin: 0 auto 1.5em; padding: 0 20px; background-color: #FFF; text-align: left;10 .page { position: relative; width: 850px; margin: 0 auto 1.5em; padding: 75px; background-color: #FFF; text-align: left; 11 11 -moz-box-shadow: 0 0 4em #666; -webkit-box-shadow: 0 0 4em #666; box-shadow: 0 0 4em #666; } 12 12 13 .header { width: 100%; margin: 0; padding: 1.5em 0 0 0;}13 .header { width: 100%; } 14 14 .wrapper { clear: both; float: left; width: 65%; overflow: hidden; } 15 15 .content { min-height: 300px; } … … 46 46 .nav ul li.on a { background: #fff; color: #222; } 47 47 48 .formulaire_recherche { position: absolute; top: 1.5em; right: 1.5em; }48 .formulaire_recherche { position: absolute; top: 75px; right: 75px; } 49 49 .formulaire_recherche * { display: inline; } 50 50 51 .footer .colophon {float: left; width: 70%; } 52 .footer .generator { float: right; } 53 51 54 /* end */
Note: See TracChangeset
for help on using the changeset viewer.