1
0
Fork 0

fix photo album pager

This commit is contained in:
Fabio Comuni 2012-01-06 09:35:29 +01:00
commit a5a6719283
4 changed files with 18 additions and 0 deletions

View file

@ -1904,6 +1904,11 @@ aside input[type='text'] {
}
.photos {
height: auto;
overflow: auto;
}
.photo-album-image-wrapper {
float: left;
margin-top: 15px;