From b7e61f73b7f8661c9f9691c078e7908b81784d3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 2 Nov 2010 21:38:43 +0100 Subject: [PATCH] Remove Sone URI from page tail. --- src/main/resources/static/css/sone.css | 2 +- src/main/resources/templates/include/tail.html | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index afb97c0..875d6aa 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -356,7 +356,7 @@ textarea { } -#sone #tail .import-key, #sone #import-key .import-key { +#sone #tail { margin-top: 1em; border-top: solid 1px #ccc; padding-top: 1em; diff --git a/src/main/resources/templates/include/tail.html b/src/main/resources/templates/include/tail.html index 64b9db1..4d064e4 100644 --- a/src/main/resources/templates/include/tail.html +++ b/src/main/resources/templates/include/tail.html @@ -2,9 +2,6 @@
- <%ifnull ! currentSone> -
<%= Page.Tail.Text.KeyOfSone|l10n|html>
<% currentSone.requestUri|html>
- <%/if>
-- 2.7.4