[fix] Wrong min-height & min-width reset.

This commit is contained in:
opi 2014-06-02 13:06:43 +02:00
parent 8bf903ee6b
commit 52da9e952a

View file

@ -118,8 +118,8 @@ body {/*overflow-y: scroll;*/}
text-transform: none;
width: auto;
height: auto;
min-width: auto;
min-height: auto;
min-width: 0;
min-height: 0;
max-width: none;
max-height: none;