From a8da6cddc64125f2e79949f81ac53fbe757edee7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 14:52:35 +0200 Subject: [PATCH] Small display fixes, add link to other Sone. --- src/main/resources/static/css/sone.css | 9 +++++++++ src/main/resources/templates/index.html | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 6b3d0f1..35fd2e7 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -10,3 +10,12 @@ color: red; font-weight: bold; } + +#sone .post .author { + display: inline; + font-weight: bold; +} + +#sone .post .text { + display: inline; +} diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 7aa558b..e56e5d6 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -18,8 +18,8 @@
<%foreach posts post> -
-
<% post.sone.name|html>
+
+
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-- 2.7.4