Merge pull request #7332 from owncloud/IE10-viewport

fix IE10 viewport sizeing
This commit is contained in:
Morris Jobke 2014-02-20 18:35:44 +01:00
commit dde9193b2b
1 changed files with 5 additions and 0 deletions

View File

@ -958,3 +958,8 @@ div.crumb:active {
opacity: 0;
}
/* for IE10 */
@-ms-viewport {
width: device-width;
}