Changeset 260

Show
Ignore:
Timestamp:
11/17/06 17:22:49 (2 years ago)
Author:
d.reszka
Message:

removed ie5-6-win.css
small improvements in base.css + fixed ie bug related to incorrect specificity

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/250/core/layouts/base.css

    r259 r260  
    2020/*BODY*/ 
    2121        body.center     { text-align: center;} 
    22         body.center .pg { text-align: left; margin: auto
     22        body.center .pg { text-align: left; margin: auto;
    2323 
    2424/*PG*/ 
     
    2828/*BD*/ 
    2929        .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;
    3131        .bd, 
    32         .g              { *height: 1%
     32        .g              { *height: 1%;
    3333         
    34         .bd21>div       { float: left; clear: left
     34        .bd21>div       { float: left; clear: left;
    3535        .bd21>.main     { float: right;} 
    3636        .bd21>div       { width: 24%;} 
    3737        .bd21>.main     { width: 74%;} 
    3838 
    39         .bd22>div       { float: right; clear: right
     39        .bd22>div       { float: right; clear: right;
    4040        .bd22>div.main  { float: left;} 
    4141        .bd22>div       { width: 24%;} 
     
    4848         
    4949        .g1>.u, 
    50         .g1>.g          { width: 100%
     50        .g1>.g          { width: 100%;
    5151         
    5252        .g21>.u, 
     
    6363 
    6464/*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;} 
    6868        .navh ul        { overflow: hidden; *overflow: visible; *height: 1%;} 
    69         .navh li        { float: left; margin: 0 1em; }         
     69        .navh li        { float: left; margin: 0 1em;} 
    7070 
    7171/*top*/ 
     
    7676/*COLS-EQUAL*/ 
    7777        .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;
    8181