changeset 136:9238e6fff8da

added more margin in feed entries.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 03 Apr 2014 16:11:55 +0200
parents f00a8a8d9225
children d3291e4150a2
files newsfeed.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/newsfeed.py	Thu Apr 03 16:08:15 2014 +0200
+++ b/newsfeed.py	Thu Apr 03 16:11:55 2014 +0200
@@ -60,7 +60,7 @@
     oa('<br>')
     actor = item["actor"]
     #oa("<a href="+item["object"]["links"]["self"]["href"]+">more...</a>")
-    oa('<span style="font-size:smaller">')
+    oa('<span style="font-size:smaller; margin-bottom:1em">')
     oa('<a href="'+actor["url"]+'">'+actor["displayName"]+'</a>')
     #oa(item["content"])
     if verb == "share":
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)