From 674289f2282b87f4b9f275e0c219b491c4d78551 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 2 Jul 2010 15:09:34 +0200 Subject: Added logo. --- css/img/tuxrss.png | Bin 0 -> 21798 bytes css/style.css | 6 ++++++ pyAggr3g470r.py | 5 ++++- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 css/img/tuxrss.png diff --git a/css/img/tuxrss.png b/css/img/tuxrss.png new file mode 100644 index 00000000..b432050c Binary files /dev/null and b/css/img/tuxrss.png differ diff --git a/css/style.css b/css/style.css index 0de4ca0e..c4316437 100755 --- a/css/style.css +++ b/css/style.css @@ -253,6 +253,12 @@ blockquote.right { clear: both; } +.innerlogo { + margin-top: 0em; + padding: 0em 2em 0em 2em; + clear: both; +} + .left { float: left; position: absolute; diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index abd6c11d..4f88da4c 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -27,6 +27,8 @@ path = {'/css/style.css': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'css/style.css'}, \ '/css/img/feed-icon-28x28.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'css/img/feed-icon-28x28.png'}, \ + '/css/img/tuxrss.png': {'tools.staticfile.on': True, \ + 'tools.staticfile.filename':utils.path+'css/img/tuxrss.png'}, \ '/css/img/delicious.png': {'tools.staticfile.on': True, \ 'tools.staticfile.filename':utils.path+'css/img/delicious.png'}, \ '/css/img/digg.png': {'tools.staticfile.on': True, \ @@ -60,7 +62,8 @@ htmlfooter = '

This software is under GPLv3 license. You are welcome to copy, ' GPLv3 license.

\n' + \ '\n' -htmlnav = '\n

pyAggr3g470r - RSS Feed Reader

\npyAggr3g470r - RSS Feed Reader\n' + \ 'pyAggr3g470r (source code)' -- cgit