1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00

[md-view]added min-height

This commit is contained in:
llj
2012-08-25 10:55:01 +08:00
parent b40d65fcb9
commit d91f830983

View File

@@ -958,6 +958,9 @@ ul.with-bg li {
#md-view {
background:#fff;
}
#md-view {
min-height:120px;
}
#svg-view {
min-height:500px;/*for ff*/
}