# HG changeset patch # User Pawel Solyga # Date 1224147902 0 # Node ID c66de4d12c826c132456b8a9a4b3c2f8175e6372 # Parent b37fc4c1e189005e87e6ca6abb3c366d028eaf0c Remove #docsummary class from css file as it is not used anymore. Add #createdby class in css file. Fix typo in docs/profile.html template. Put document content in
. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r b37fc4c1e189 -r c66de4d12c82 app/soc/content/css/soc.css --- a/app/soc/content/css/soc.css Thu Oct 16 04:37:13 2008 +0000 +++ b/app/soc/content/css/soc.css Thu Oct 16 09:05:02 2008 +0000 @@ -277,14 +277,9 @@ font-size: small; } -#docsummary { - border: 10px solid #e5ecf9; - border-top: 1px solid #3366cc; -} - -#docsummary h2 { - margin-top: 0.1em; - background-color: #e5ecf9; +#createdby { + text-align: right; + font-size: small; } /* SIDEBAR MENU */ diff -r b37fc4c1e189 -r c66de4d12c82 app/soc/templates/soc/docs/public.html --- a/app/soc/templates/soc/docs/public.html Thu Oct 16 04:37:13 2008 +0000 +++ b/app/soc/templates/soc/docs/public.html Thu Oct 16 09:05:02 2008 +0000 @@ -23,7 +23,7 @@ {% block body %}
Created on: {{ document.created }}
-
Created on: {{ document.author.nick_name }}
-{{ document.content|safe }} +
Created by: {{ document.author.nick_name }}
+
{{ document.content|safe }}
Last updated on: {{ document.modified }}
{% endblock %}