From 228ca4124110fe5b21aa60299987f45ce2ee6635 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Fri, 5 Nov 2010 15:48:21 +0100 Subject: [PATCH] =?utf8?q?Don=E2=80=99t=20show=20the=20key=20of=20other=20?= =?utf8?q?Sones.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/css/sone.css | 4 ---- src/main/resources/templates/viewSone.html | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 5f43ae3..9590874 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -378,10 +378,6 @@ textarea { color: #888; } -#sone #import-key .import-key { - border-top: none; -} - #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; } diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 61ff39d..fcb2891 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -12,10 +12,6 @@ <%include include/viewSone.html> <%/if> -
-
<% sone.requestUri|html>
-
-

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html>

-- 2.7.4