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

@ -1369,6 +1369,10 @@ div[id$="wrapper"] br { clear: left; }
/* ========== */
/* = Photos = */
/* ========== */
.photos {
height: auto;
overflow: auto;
}
#side-bar-photos-albums h3:before {
content: url("photography.png");