source: prototipo_portal_2018/prototipo/static/css/ie10-viewport-bug-workaround.css @ a9c1355

Last change on this file since a9c1355 was 747e744, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Creado directorio prototipo con fuentes de la modificación del portal para establecer la ubicación de la firma visible

  • Property mode set to 100644
File size: 433 bytes
Line 
1/*!
2 * IE10 viewport hack for Surface/desktop Windows 8 bug
3 * Copyright 2014-2015 Twitter, Inc.
4 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5 */
6
7/*
8 * See the Getting Started docs for more information:
9 * http://getbootstrap.com/getting-started/#support-ie10-width
10 */
11@-ms-viewport     { width: device-width; }
12@-o-viewport      { width: device-width; }
13@viewport         { width: device-width; }
Note: See TracBrowser for help on using the repository browser.