Changeset 260
- Timestamp:
- 11/17/06 17:22:49 (2 years ago)
- Files:
-
- branches/250/core/layouts/base.css (modified) (5 diffs)
- branches/250/core/layouts/ie5-6-win.css (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/250/core/layouts/base.css
r259 r260 20 20 /*BODY*/ 21 21 body.center { text-align: center;} 22 body.center .pg { text-align: left; margin: auto }22 body.center .pg { text-align: left; margin: auto;} 23 23 24 24 /*PG*/ … … 28 28 /*BD*/ 29 29 .bd:after, 30 .g:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden }30 .g:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden;} 31 31 .bd, 32 .g { *height: 1% }32 .g { *height: 1%;} 33 33 34 .bd21>div { float: left; clear: left }34 .bd21>div { float: left; clear: left;} 35 35 .bd21>.main { float: right;} 36 36 .bd21>div { width: 24%;} 37 37 .bd21>.main { width: 74%;} 38 38 39 .bd22>div { float: right; clear: right }39 .bd22>div { float: right; clear: right;} 40 40 .bd22>div.main { float: left;} 41 41 .bd22>div { width: 24%;} … … 48 48 49 49 .g1>.u, 50 .g1>.g { width: 100% }50 .g1>.g { width: 100%;} 51 51 52 52 .g21>.u, … … 63 63 64 64 /*navh*/ 65 . navh { width: 100% !important}66 .navh .u { width: 100% }67 .navh ul { list-style: none; margin: 0; padding: 0; }65 .bd>div.navh, 66 .navh .u { width: 100%;} 67 .navh ul { list-style: none; margin: 0; padding: 0;} 68 68 .navh ul { overflow: hidden; *overflow: visible; *height: 1%;} 69 .navh li { float: left; margin: 0 1em; }69 .navh li { float: left; margin: 0 1em;} 70 70 71 71 /*top*/ … … 76 76 /*COLS-EQUAL*/ 77 77 .cols_eq1, 78 .cols_eq2 { overflow: hidden; position: relative }79 .cols_eq1>div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative }80 .cols_eq2 div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative }78 .cols_eq2 { overflow: hidden; position: relative;} 79 .cols_eq1>div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative;} 80 .cols_eq2 div { padding-bottom: 10000px; margin-bottom: -10000px; position: relative;} 81 81