From: David ‘Bombe’ Roden Date: Wed, 21 Sep 2011 18:48:56 +0000 (+0200) Subject: Omit margin between header and backlinks. X-Git-Tag: 0.7^2~2^2~49 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b5d2af55045456645f59236ea9b31cd063fa622d Omit margin between header and backlinks. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3429138..058029c 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -736,6 +736,10 @@ textarea { clear: both; } +#sone h1.backlink { + margin-bottom: 0px; +} + #sone h2 { font-family: inherit; font-size: 150%; diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 019da9f..54f646f 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -54,7 +54,7 @@ <%/if> -

<%= Page.ImageBrowser.Album.Title|l10n|replace needle='{album}' replacementKey=album.title|html>

+

<%= Page.ImageBrowser.Album.Title|l10n|replace needle='{album}' replacementKey=album.title|html>