summaryrefslogtreecommitdiffstats
path: root/apps/gallery
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-12-09 21:44:13 +0100
committerBart Visscher <bartv@thisnet.nl>2011-12-09 21:44:13 +0100
commit2e951c0ce58f784ac442c4fd391d1b5d407e8f35 (patch)
treeb49414c57fa1a0b8c9766b97d984793bb217c3d0 /apps/gallery
parenteeaf539a4414e3081b6f6652167363a3221a1973 (diff)
downloadnextcloud-server-2e951c0ce58f784ac442c4fd391d1b5d407e8f35.tar.gz
nextcloud-server-2e951c0ce58f784ac442c4fd391d1b5d407e8f35.zip
Gallary: Fix alignment of album thumbnails
Diffstat (limited to 'apps/gallery')
-rw-r--r--apps/gallery/css/styles.css1
1 files changed, 1 insertions, 0 deletions
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;