MANIFEST.in: add undistributed files

Mainly COPYING, AUTHORS and some files from the included select2.
This commit is contained in:
Benjamin Dauvergne 2015-07-21 23:06:43 +02:00
parent 5ab37ea1b3
commit e00d739586
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
recursive-include gadjo/locale *.po *.mo
recursive-include gadjo/templates *.txt *.html
include MANIFEST.in
recursive-include gadjo/static *.css *.png *.gif *.eot *.woff *.ttf *.svg *.jpg *.js
include AUTHORS
include COPYING
recursive-include gadjo/static *.css *.png *.gif *.eot *.woff *.ttf *.svg *.jpg *.js README.md LICENSE release.sh
recursive-include icons *.svg

View File

@ -250,7 +250,7 @@ div#content h2 {
border-bottom: 1px dotted #d8d8d8;
}
div#appbar a {
div#appbar > a {
position: relative;
top: -45px;
float: right;