From 0b611d6e54ff7b17bd8ba417c3e9dbd5d0d77963 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 18 Nov 2010 08:58:23 +0100 Subject: New free icons. --- css/img/check-news.png | Bin 1286 -> 1383 bytes css/img/email-follow.png | Bin 3547 -> 4056 bytes css/img/history.png | Bin 1660 -> 3257 bytes css/img/management.png | Bin 1395 -> 2916 bytes css/img/mark-as-read.png | Bin 1315 -> 1762 bytes pyAggr3g470r.py | 12 ++++++------ 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/img/check-news.png b/css/img/check-news.png index ba1faf3a..cce7df39 100644 Binary files a/css/img/check-news.png and b/css/img/check-news.png differ diff --git a/css/img/email-follow.png b/css/img/email-follow.png index 9116363a..4505c610 100644 Binary files a/css/img/email-follow.png and b/css/img/email-follow.png differ diff --git a/css/img/history.png b/css/img/history.png index eb89266a..2a57cc17 100644 Binary files a/css/img/history.png and b/css/img/history.png differ diff --git a/css/img/management.png b/css/img/management.png index 625e64b9..7bcbc384 100644 Binary files a/css/img/management.png and b/css/img/management.png differ diff --git a/css/img/mark-as-read.png b/css/img/mark-as-read.png index acdecd19..ffc90910 100644 Binary files a/css/img/mark-as-read.png and b/css/img/mark-as-read.png differ diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index fe634f00..2c651271 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -68,10 +68,10 @@ path = {'/css/style.css': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/heart.png'}, \ '/css/img/heart_open.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/heart_open.png'}, \ - '/css/img/email-unread.png': {'tools.staticfile.on': True, \ - 'tools.staticfile.filename':utils.path+'/css/img/email-unread.png'}, \ - '/css/img/heart-22x22.png': {'tools.staticfile.on': True, \ - 'tools.staticfile.filename':utils.path+'/css/img/heart-22x22.png'}, \ + '/css/img/unread.png': {'tools.staticfile.on': True, \ + 'tools.staticfile.filename':utils.path+'/css/img/unread.png'}, \ + '/css/img/heart-32x32.png': {'tools.staticfile.on': True, \ + 'tools.staticfile.filename':utils.path+'/css/img/heart-32x32.png'}, \ '/css/img/email-follow.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'/css/img/email-follow.png'}, \ '/css/img/cross.png': {'tools.staticfile.on': True, \ @@ -133,7 +133,7 @@ class Root: html += '\n' html += '      ' - html += """\n""" % \ + html += """\n""" % \ (self.nb_favorites,) html += """\n""" % \ @@ -142,7 +142,7 @@ class Root: html += '      ' html += '\n' if self.nb_unread_articles != 0: - html += """\n""" % \ + html += """\n""" % \ (self.nb_unread_articles,) html += '\n' -- cgit