fixed width on wall-item-wrapper

This commit is contained in:
Fabio Comuni 2011-01-25 10:16:15 +01:00
parent a282042ffc
commit f2789132ce
1 changed files with 2 additions and 0 deletions

View File

@ -809,6 +809,8 @@ input#dfrn-url {
} }
.wall-item-wrapper { .wall-item-wrapper {
float: left; float: left;
margin-right: 5px;
width: 80px;
} }
.wall-item-lock { .wall-item-lock {
height: 20px; height: 20px;