Files @ 731b6444984c
Branch filter:

Location: kallithea/MANIFEST.in - annotation

Na'Tosha Bard
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.
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 *