ie.css 830 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #title {
  2. background-image: none !important;
  3. right: 0px !important;
  4. }
  5. #title h1 {
  6. background-image: none !important;
  7. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/middle.png');
  8. margin-right: 0px !important;
  9. padding-right: 15px !important;
  10. }
  11. #icon {
  12. background-image: none !important;
  13. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/icon-gold.png');
  14. }
  15. #nav {
  16. background-image: url( /images/ie-nav.png ) !important;
  17. }
  18. #content ul {
  19. margin-left: 2em !important;
  20. }
  21. #content ul > li {
  22. list-style-type: square !important;
  23. list-style-image: none !important;
  24. }
  25. #navlist .subtitle {
  26. font-weight: normal !important;
  27. }
  28. img {
  29. behavior: url( /pngbehavior.htc );
  30. }