# HG changeset patch # User Dmitri Gaskin # Date 1226166012 0 # Node ID 365c2cc68bd77eb7a31d36adda559193a5fbccb5 # Parent a4dc4c9e735604dccb836e0194184c5298494308 Making the docs template prettier diff -r a4dc4c9e7356 -r 365c2cc68bd7 app/soc/content/css/soc-081108.css --- a/app/soc/content/css/soc-081108.css Sat Nov 08 17:06:35 2008 +0000 +++ b/app/soc/content/css/soc-081108.css Sat Nov 08 17:40:12 2008 +0000 @@ -275,18 +275,7 @@ padding-top: 20px; } -#lastmodified { - text-align: right; - font-size: small; -} - -#createdon { - text-align: right; - font-size: small; -} - -#createdby { - text-align: right; +#created { font-size: small; } diff -r a4dc4c9e7356 -r 365c2cc68bd7 app/soc/templates/soc/docs/public.html --- a/app/soc/templates/soc/docs/public.html Sat Nov 08 17:06:35 2008 +0000 +++ b/app/soc/templates/soc/docs/public.html Sat Nov 08 17:40:12 2008 +0000 @@ -22,8 +22,6 @@ {% endblock %} {% block body %} -
Created on: {{ entity.created }}
-
Created by: {{ entity.author.nick_name }}
+
Created on {{ entity.created }} by {{ entity.author.nick_name }}
{{ entity.content|safe }}
-
Last updated on: {{ entity.modified }}
{% endblock %}