# HG changeset patch # User Matti Hamalainen # Date 1521746343 -7200 # Node ID 1aed2ad3990313c48e68a6d433c44f3846d515b2 # Parent 23995179ecd8e3b9645d54a2b7eabc6239ad57f1 On mobile devices, try to display the prev/next navigation thumbnail images near top of the page for them to actually be visible at some times. diff -r 23995179ecd8 -r 1aed2ad39903 basic.css --- a/basic.css Thu Mar 22 21:18:14 2018 +0200 +++ b/basic.css Thu Mar 22 21:19:03 2018 +0200 @@ -447,6 +447,9 @@ } } + div.imageCtrl a img { + top: 5%; + } div.albumTitle, div.imageCaption { font-size: 1.2em;