Files @ cc901a2bcb98
Branch filter:

Location: kallithea/MANIFEST.in

Na'Tosha Bard
Remove gradient code in CSS for selected context bar.

This prevents the background color for the selected tab from becoming
dark grey (instead of a lighter version of the context bar color). It
then makes the context bar and top title bar consistent with one another
in behavior.
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 *