mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-04 19:33:22 +01:00
17 lines
201 B
Plaintext
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 */
|
|
}
|