restrict post height, we may back this out later and replace with [show all] toggles

This commit is contained in:
Friendika 2011-01-24 20:13:52 -08:00
parent 08d6fe5ae7
commit 0f64e1e623
2 changed files with 9 additions and 1 deletions

View File

@ -1996,3 +1996,8 @@ a.mail-list-link {
margin-bottom: 15px;
}
.wall-item-content {
max-height: 350px;
overflow:auto;
}

View File

@ -1879,4 +1879,7 @@ a.mail-list-link {
margin-bottom: 15px;
}
.wall-item-content {
max-height: 350px;
overflow:auto;
}