[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentysixteen/css/ -> ie.css (source)

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


Generated : Fri Apr 26 08:20:02 2024 Cross-referenced by PHPXref