ie.css 748 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. Theme Name: Twenty Sixteen
  3. Description: Global Styles for older IE versions (previous to IE10).
  4. */
  5. .site-header-main:before,
  6. .site-header-main:after,
  7. .site-footer:before,
  8. .site-footer:after {
  9. content: "";
  10. display: table;
  11. }
  12. .site-header-main:after,
  13. .site-footer:after {
  14. clear: both;
  15. }
  16. @media screen and (min-width: 56.875em) {
  17. .site-branding,
  18. .site-info {
  19. float: left;
  20. }
  21. .site-header-menu,
  22. .site-footer .social-navigation {
  23. float: right;
  24. }
  25. .site-footer .social-navigation {
  26. margin-left: 7px;
  27. }
  28. .rtl .site-branding,
  29. .rtl .site-info {
  30. float: right;
  31. }
  32. .rtl .site-header-menu,
  33. .rtl .site-footer .social-navigation {
  34. float: left;
  35. }
  36. .rtl .site-footer .social-navigation {
  37. margin-right: 7px;
  38. margin-left: 0;
  39. }
  40. }