~netlandish/django-wiki

d625afca73d1ffcab1b44086d63c2a9534e36713 — Benjamin Balder Bach 4 years ago bb8b010 + 241c701
Merge pull request #1049 from benjaoming/bootstrap4-deprecations

Bootstrap4 deprecation and MANIFEST.in update
2 files changed, 2 insertions(+), 4 deletions(-)

M MANIFEST.in
M src/wiki/static/wiki/bootstrap/scss/wiki/wiki.scss
M MANIFEST.in => MANIFEST.in +1 -3
@@ 1,9 1,7 @@
include COPYING
include README.rst
include setup.cfg
recursive-include src *.html *.txt *.png *.js *.css *.gif *.less *.mo *.po *.otf *.svg *.woff *.woff2 *.eot *.ttf
prune src/wiki/attachments
prune src/wiki/images
recursive-include src *.html *.txt *.png *.js *.css *.gif *.scss *.mo *.po *.svg *.woff *.woff2 *.eot *.ttf

# Exclude compiled version of source language, it's meaningless
exclude src/wiki/locale/en/LC_MESSAGES/django.mo

M src/wiki/static/wiki/bootstrap/scss/wiki/wiki.scss => src/wiki/static/wiki/bootstrap/scss/wiki/wiki.scss +1 -1
@@ 440,7 440,7 @@ input[type=file] {float: none; width: auto;}
}
@include media-breakpoint-up(lg) {
    .pull-right-block-on-responsive {
        @include float-right;
        float: right;
    }
    #wiki-search-form {
        width: 170px;