From 42e3addb9a93c261b83b779ecaff90b494256fe3 Mon Sep 17 00:00:00 2001 From: Benjamin Golub Date: Wed, 8 Sep 2010 08:15:13 -0400 Subject: [PATCH] move some things around --- static/css/base.css | 2 +- templates/modules/entry.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 65e0d78..1d14032 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -195,7 +195,7 @@ pre { } .entry .facebook { - float: right; + padding: 5px 0; height: 18px; } diff --git a/templates/modules/entry.html b/templates/modules/entry.html index 67a6007..0fb0e3e 100644 --- a/templates/modules/entry.html +++ b/templates/modules/entry.html @@ -1,13 +1,13 @@

{{ escape(entry.title) }}

+
+ {{ locale.format_date(entry.published, full_format=True, shorter=True) }} +
{% if show_share %} {% end %} -
- {{ locale.format_date(entry.published, full_format=True, shorter=True) }} -
{{ entry.body }}
{% if entry.tags %}