summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2014-06-04 11:07:28 +0200
committerMorris Jobke <morris.jobke@gmail.com>2014-06-04 11:07:28 +0200
commitd3128f0694b8617d90dd8ee90937fb76bafe6c87 (patch)
tree70da1f36926ccb7d829d7be1c113b8dabffaf1cb /core/css
parentd1176f546aa621bd49e83977d24c2c5fc53bf00a (diff)
downloadnextcloud-server-d3128f0694b8617d90dd8ee90937fb76bafe6c87.tar.gz
nextcloud-server-d3128f0694b8617d90dd8ee90937fb76bafe6c87.zip
IE -> IE8 only
Diffstat (limited to 'core/css')
-rw-r--r--core/css/fixes.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 8294f5cce7f..d3557494952 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -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;
}