From: David ‘Bombe’ Roden Date: Thu, 21 Oct 2010 08:45:20 +0000 (+0200) Subject: Show key of Sone in “view Sone”. X-Git-Tag: 0.1-RC1~137 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=568e56be5db79749c360d2ec2ec98ec5802ab8b6 Show key of Sone in “view Sone”. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 90c2183..6ef156e 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -296,15 +296,18 @@ input[type=text], textarea { } -#sone #tail .import-key { +#sone #tail .import-key, #sone #import-key .import-key { margin-top: 1em; border-top: solid 1px #ccc; padding-top: 1em; text-align: center; - font-size: 85%; + font-size: 75%; color: #888; } +#sone #import-key .import-key { + border-top: none; +} #sone h1 { font-family: inherit; diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index a9b0a21..e8ed4f7 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -18,6 +18,10 @@ <%include include/viewSone.html> <%/if> +
+
<% sone.requestUri|html>
+
+
<%foreach sone.posts post> <%first>