Use lastupdated styling for blog post info

This commit is contained in:
str4d
2013-06-09 22:21:09 +00:00
parent dd5ca25696
commit 108a27d7ac
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{%- from "global/macros" import render_categories with context -%} {%- from "global/macros" import render_categories with context -%}
{% block title %}{{ title }} - {{ _('Blog') }}{% endblock %} {% block title %}{{ title }} - {{ _('Blog') }}{% endblock %}
{% block content %} {% block content %}
<ul id="post-info"> <ul id="post-info" class="lastupdated">
<li class="date">{{ meta.date }}</li> <li class="date">{{ meta.date }}</li>
<li class="author">{{ meta.author }}</li> <li class="author">{{ meta.author }}</li>
<li class="category">{{ render_categories(meta.category)|safe }}</li> <li class="category">{{ render_categories(meta.category)|safe }}</li>

View File

@ -226,6 +226,11 @@ div#content .inner td {
overflow: auto; overflow: auto;
} }
#post-info {
list-style: none;
margin: 0 !important;
}
#global-footer { #global-footer {
width:auto; width:auto;
border-top:3px border-top:3px