From 2e951c0ce58f784ac442c4fd391d1b5d407e8f35 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 9 Dec 2011 21:44:13 +0100 Subject: [PATCH] Gallary: Fix alignment of album thumbnails --- apps/gallery/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css index 070effe3a92..e23d822fec7 100644 --- a/apps/gallery/css/styles.css +++ b/apps/gallery/css/styles.css @@ -13,6 +13,7 @@ div#gallery_album_box { border: 0; display: inline-block; margin: 5pt; + vertical-align: top; } .leftcontent div#gallery_album_box { margin: 5px; -- 2.39.5