view MANIFEST.in @ 4840:49521e9d20cb

changelog: fix display artifacts in expanded multi-line commit messages When a multi-line commit message is expanded in a changelog, and the last line of the commit message has some characters that go below the baseline, like an underscore, g, j, y, ... the bottom part of these characters would not be shown. This is caused by the 'overflow: hidden' property set on the unexpanded message. Reset that property by adding 'overflow: initial' on the expanded class. Additionally, slightly enlarge the margin of the expanded message box.
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Fri, 20 Feb 2015 10:44:02 +0100
parents 48f21c3cfcdf
children ff08d3cf9aef
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 *
#codemirror
recursive-include kallithea/public/codemirror *
#fontello
recursive-include kallithea/public/fontello *
#templates
recursive-include kallithea/templates *