[PATCH] added more margin in feed entries

Wald Commits scm-commit at wald.intevation.org
Thu Apr 3 16:11:59 CEST 2014


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1396534315 -7200
# Node ID 9238e6fff8dab0c97a7b7bdc52580d948fa536f1
# Parent  f00a8a8d922512046dec6de01a51db68771311e1
added more margin in feed entries.

diff -r f00a8a8d9225 -r 9238e6fff8da newsfeed.py
--- 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":


More information about the Dive4Elements-commits mailing list