public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Made the audio feather post display look less wonky with no markup module 
enabled.
vito (author)
Sat Nov 01 14:00:17 -0700 2008
commit  86dea3a645805040ac1380a4666232ea7c2f465e
tree    c2fe1a8e921bc1508673ae3df4aebe5146d3c464
parent  d514119f04d9245907b56d74598eebc2e66d673a
...
2
3
4
 
5
6
...
2
3
4
5
6
7
0
@@ -2,5 +2,6 @@
0
 
0
 {% block content %}
0
                         $post.audio_player
0
+                        <div class="clear"></div>
0
                         ${ post.description | read_more }
0
 {% endblock %}

Comments