1
0
Fork 0

photo album prev/next links

This commit is contained in:
Friendika 2011-03-11 20:06:13 -08:00
commit ee210718cc
3 changed files with 62 additions and 2 deletions

View file

@ -2094,3 +2094,16 @@ a.mail-list-link {
margin-top: 20px;
}
#photo-prev-link, #photo-next-link {
padding: 10px;
float: left;
}
#photo-photo {
float: left;
}
#photo-photo-end {
clear: both;
}

View file

@ -2126,3 +2126,17 @@ a.mail-list-link {
margin-top: 20px;
}
#photo-prev-link, #photo-next-link {
padding: 10px;
float: left;
}
#photo-photo {
float: left;
}
#photo-photo-end {
clear: both;
}