--- 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;
}
--- 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 %}
-<div id="createdon">Created on: {{ entity.created }}</div>
-<div id="createdby">Created by: {{ entity.author.nick_name }}</div>
+<div id="created">Created on {{ entity.created }} by {{ entity.author.nick_name }}</div>
<div id="content">{{ entity.content|safe }}</div>
-<div id="lastmodified">Last updated on: {{ entity.modified }}</div>
{% endblock %}