From e16710640bd59f09e38986da78b29dc0f2fbad2e Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 15 Jul 2010 14:49:02 +0200 Subject: CSS Improvement. Now the menu (list of feeds) is fixed to the top. The menu remains accessible when you scroll the web page. --- pyAggr3g470r.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 4b361465..1903eae6 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -155,13 +155,14 @@ class Root: html += "
\n" html += self.create_list_of_feeds() html += "\n" + return html def create_list_of_feeds(self): """ Create the list of feeds. """ - html = """Your feeds (%s):
\n""" % len(self.articles.keys()) + html = """" + html def management(self, word_size=6): -- cgit