Omit margin between header and backlinks.
[Sone.git] / src / main / resources / templates / imageBrowser.html
index 019da9f..54f646f 100644 (file)
@@ -54,7 +54,7 @@
                                </script>
                        <%/if>
 
-                       <h1><%= Page.ImageBrowser.Album.Title|l10n|replace needle='{album}' replacementKey=album.title|html></h1>
+                       <h1 class="backlink"><%= Page.ImageBrowser.Album.Title|l10n|replace needle='{album}' replacementKey=album.title|html></h1>
 
                        <div class="backlinks">
                                <%foreach album.backlinks backlink backlinks>
 
        <%elseif imageRequested>
 
-               <h1><%image.title|html></h1>
+               <h1 class="backlink"><%image.title|html></h1>
 
                <div class="backlinks">
                        <%foreach image.album.backlinks backlink backlinks>