ie6.css

Same filename in this branch
  1. 7.x themes/seven/ie6.css
#content {
  overflow: hidden;
}
.form-item-search-block-form {
  width: 50%;
}
.tabs ul.primary,
.region-header .block-menu li a,
.comment-form .form-item {
  zoom: 1;
}
#block-search-form .form-item-search-block-form input {
  width: 67%;
}
.node-teaser {
  border-bottom: 1px solid #d3d7d9;
}

File

themes/bartik/css/ie6.css

View source
  1. #content {
  2. overflow: hidden;
  3. }
  4. .form-item-search-block-form {
  5. width: 50%;
  6. }
  7. .tabs ul.primary,
  8. .region-header .block-menu li a,
  9. .comment-form .form-item {
  10. zoom: 1;
  11. }
  12. #block-search-form .form-item-search-block-form input {
  13. width: 67%;
  14. }
  15. .node-teaser {
  16. border-bottom: 1px solid #d3d7d9;
  17. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.