IE -> IE8 only

This commit is contained in:
Morris Jobke 2014-06-04 11:07:28 +02:00
parent d1176f546a
commit d3128f0694

View file

@ -11,7 +11,7 @@ select {
}
/* reset typeface for IE8 because OpenSans renders too small */
.ie body {
.ie8 body {
font-family: Frutiger, Calibri, 'Myriad Pro', Myriad, Arial, sans-serif;
}