diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index a1d2e36..8043d12 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -105,9 +105,10 @@ .mail div.mailact { width: 25%; float: right; + font-variant: small-caps; } .mail div.actname { - font-variant: small-caps; + height: 10px; } .mail div.mailact svg { width: 100%; @@ -148,10 +149,10 @@
${msg["subject"]}
${msg["date"]}
-
read
delete
mark as spam
+
read
delete
mark as spam
-
${msg["r_bc"]}
${msg["d_bc"]}
${msg["sp_bc"]}
+
${msg["sp_bc"]}
${msg["d_bc"]}
${msg["r_bc"]}
% endfor diff --git a/screenless/bureau/publications/publications.py b/screenless/bureau/publications/publications.py index f1c8066..23e4c67 100644 --- a/screenless/bureau/publications/publications.py +++ b/screenless/bureau/publications/publications.py @@ -171,7 +171,7 @@ class Publications(Bureau): # TODO: come up with a good way to make this configurable feeds = [("http://feeds.bbci.co.uk/news/world/rss.xml", 10), - ("http://www.rbb-online.de/content/rbb/rbb/politik/uebersicht-kurznachrichten.xml/allitems=true/feed=rss/path=middleColumnList!teaserbox.xml", 8), + ("http://rss.liberation.fr/rss/latest/", 10), ("http://feeds.arstechnica.com/arstechnica/index/", 10), ("http://feeds.feedburner.com/zerohedge/feed", 5), ("http://planet.python.org/rss20.xml", 5)]