From 568e56be5db79749c360d2ec2ec98ec5802ab8b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 21 Oct 2010 10:45:20 +0200 Subject: [PATCH] =?utf8?q?Show=20key=20of=20Sone=20in=20=E2=80=9Cview=20So?= =?utf8?q?ne=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/sone.css | 7 +++++-- src/main/resources/templates/viewSone.html | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) 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> -- 2.7.4