0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-01 20:34:31 +02:00
doodle3d-client/less/portrait.less
peteruithoven 82b57def39 Cleanup
2014-01-10 17:21:43 +01:00

17 lines
201 B
Plaintext

#landscape {
display: none;
}
#portrait {
display: block;
}
#vertImage {
margin: 0;
padding: 0;
/*border: 2px solid #f0f;*/
max-width: 100%;
height: auto;
width: auto; /* for ie9 */
}