view MANIFEST.in @ 4528:731b6444984c

Improve Journal page (fix some broken CSS) The existing journal page references some CSS from bootstrap, but we are not currently using bootstrap. This change implements the missing css in our own style so that the page does not have a broken layout.
author Na'Tosha Bard <natosha@unity3d.com>
date Thu, 18 Sep 2014 12:10:45 +0200
parents 7e5f8c12a3fc
children b8efb9a39c73
line wrap: on
line source

include kallithea/config/deployment.ini_tmpl
include kallithea/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include kallithea/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include kallithea/public/css *
recursive-include kallithea/public/images *
#js
recursive-include kallithea/public/js *
#templates
recursive-include kallithea/templates *