0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-02 12:44:32 +02:00
doodle3d-client/less/portrait.less
2013-10-29 21:27:17 +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 */
}