ajout de @viewport dans rwd.css

This commit is contained in:
raphaelgoetter 2013-05-27 18:52:41 +02:00
parent f81fd13e8f
commit 77e0dbdb0b

View File

@ -1,4 +1,28 @@
/* ----------------------------- */
/* ==viewport fixing for RWD */
/* ----------------------------- */
@-webkit-viewport {
width: device-width;
zoom: 1.0;
}
@-moz-viewport {
width: device-width;
zoom: 1.0;
}
@-ms-viewport {
width: device-width;
zoom: 1.0;
}
@-o-viewport {
width: device-width;
zoom: 1.0;
}
@viewport {
width: device-width;
zoom: 1.0;
}
/* ----------------------------- */
/* ==desktop and retina medias */
/* ----------------------------- */