Reorganize SCSS files, RWD-ize funding.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Wed, 13 Nov 2013 16:00:01 +0000 (17:00 +0100)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Wed, 13 Nov 2013 16:00:01 +0000 (17:00 +0100)
commit9a7603cfbfdf7c0b4a2210ef454cecf894c5e172
tree0f20bf6799773fb24d515abaf4f1910e947b9ac3
parent7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03
Reorganize SCSS files, RWD-ize funding.
46 files changed:
.gitignore
apps/funding/static/funding/funding.css [deleted file]
apps/funding/static/funding/funding.scss [deleted file]
apps/funding/templates/funding/tags/funding.html
apps/polls/static/polls/polls.css [deleted file]
apps/polls/static/polls/polls.scss [deleted file]
apps/wolnelektury_core/static/css/main/_tools.scss [deleted file]
apps/wolnelektury_core/static/css/main/auth.scss [deleted file]
apps/wolnelektury_core/static/css/main/base.scss [deleted file]
apps/wolnelektury_core/static/css/main/book_box.scss [deleted file]
apps/wolnelektury_core/static/css/main/book_list.scss [deleted file]
apps/wolnelektury_core/static/css/main/catalogue.scss [deleted file]
apps/wolnelektury_core/static/css/main/cite.scss [deleted file]
apps/wolnelektury_core/static/css/main/dialogs.scss [deleted file]
apps/wolnelektury_core/static/css/main/footer.scss [deleted file]
apps/wolnelektury_core/static/css/main/form.scss [deleted file]
apps/wolnelektury_core/static/css/main/fragment.scss [deleted file]
apps/wolnelektury_core/static/css/main/header.scss [deleted file]
apps/wolnelektury_core/static/css/main/hidden.scss [deleted file]
apps/wolnelektury_core/static/css/main/main_content.scss [deleted file]
apps/wolnelektury_core/static/css/main/main_page.scss [deleted file]
apps/wolnelektury_core/static/css/main/menu.scss [deleted file]
apps/wolnelektury_core/static/css/main/search.scss [deleted file]
apps/wolnelektury_core/static/css/main/tag.scss [deleted file]
apps/wolnelektury_core/static/scss/all.scss [new file with mode: 0644]
apps/wolnelektury_core/static/scss/funding/funding.scss [new file with mode: 0644]
apps/wolnelektury_core/static/scss/main/auth.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/base.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/book_box.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/book_list.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/catalogue.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/cite.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/dialogs.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/footer.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/form.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/fragment.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/header.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/hidden.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/main_content.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/main_page.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/menu.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/search.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/main/tag.scss [new file with mode: 0755]
apps/wolnelektury_core/static/scss/polls/polls.scss [new file with mode: 0644]
apps/wolnelektury_core/static/scss/tools.scss [new file with mode: 0644]
wolnelektury/settings/static.py