Reduce options height.

This commit is contained in:
Nicolas Stepien 2011-07-02 15:18:16 +02:00
parent 981fd019bb
commit acb6c53954
3 changed files with 3 additions and 2 deletions

View File

@ -2930,7 +2930,7 @@
float: left;\
}\
#content > * {\
height: 500px;\
height: 450px;\
overflow: auto;\
}\
#content textarea {\

View File

@ -1,5 +1,6 @@
- mayhem:
- prevent upload of too large files
- fix options height for netbooks
2.15.0
- mayhem:

View File

@ -2320,7 +2320,7 @@ main =
float: left;
}
#content > * {
height: 500px;
height: 450px;
overflow: auto;
}
#content textarea {