* Added graphics for rss and atom
* Added links below title to rss and atom
This commit is contained in:
Stefan Ritter 2009-03-25 14:22:56 +01:00
parent d285703e7c
commit a034b1c737
5 changed files with 10 additions and 0 deletions

View File

@ -149,6 +149,10 @@ else:
print ' </head>'
print ' <body>'
print ' <div class="title"><a href="?" class="title">' + blog_title + '</a></div>'
print ' <div class="feeds">'
print ' <a href="?feed=rss"><img src="styles/images/rss.png" alt="rss"></a>'
print ' <a href="?feed=atom"><img src="styles/images/atom.png" alt="atom"></a>'
print ' </div>'
print ' <div class="screen"><div class="sidebar">'

BIN
styles/.blogthon.css.swp Normal file

Binary file not shown.

View File

@ -98,4 +98,10 @@ input#submit {
width: 120px;
}
.feeds {
position: absolute;
top: 4px;
right: 5px;
}
# vim: set tw=0 ts=4:

BIN
styles/images/atom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

BIN
styles/images/rss.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB