Projet

Général

Profil

Paste
Télécharger (256 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / sass / lt-ie9.scss @ 74f6bef0

1

    
2
// _base.scss imports _custom.scss and other partials.
3
@import "base";
4

    
5
/*
6
 * Target IE 6, 7 and 8 (less than IE9)
7
 */
8

    
9
/*
10
 * Assuming a mobile first approach with respond.js OFF, we must reset the font
11
 * size for lt IE9
12
 */
13
html {
14
  font-size: 81.3%;
15
}