httpupload/managing-ui/bootstrap/ie10-viewport-bug-workaround.css
steckbrief b7515c5d9c managing-ui: initial commit
added possibility to manage uploaded files
simple php ui to delete uploaded files
2017-05-27 20:34:06 +02:00

13 lines
No EOL
432 B
CSS

/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }