From: David ‘Bombe’ Roden Date: Thu, 14 Oct 2010 12:52:35 +0000 (+0200) Subject: Small display fixes, add link to other Sone. X-Git-Tag: 0.1-RC1~386 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a8da6cddc64125f2e79949f81ac53fbe757edee7;p=Sone.git Small display fixes, add link to other Sone. --- 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">