diff options
Diffstat (limited to 'view/theme/testbubble')
-rw-r--r-- | view/theme/testbubble/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 54bbdeb98..28fb0ae45 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -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"); |