diff --git a/.gitignore b/.gitignore index ee84f4c..6eb0569 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,55 @@ data/* legacy/* static/dmca/* auth_data.json -files.db \ No newline at end of file +files.db + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +bin/ +build/ +develop-eggs/ +dist/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ diff --git a/static/style.css b/static/style.css index 68eac6b..f6cc678 100644 --- a/static/style.css +++ b/static/style.css @@ -43,7 +43,7 @@ body { .title { font-size: 34pt; font-weight: 300; - margin-bottom: 20px; + margin-bottom: 5px; text-align: center; animation: appear 0.75s ease-out; } @@ -135,4 +135,4 @@ body { top: 0; right: 0; opacity: 0; -} \ No newline at end of file +} diff --git a/templates/upload.html b/templates/upload.html index b9e5862..7cd18e4 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -3,6 +3,7 @@

QuadFile

+

This is temporary storage, check the about page for details