Commit 1b635a08980d204404a4813fe8789d6a361dbb46
1 parent
f80ff370
Exists in
master
Cheat and move CSS assets to keep the relative links working.
URGH. >.<
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
flaskr/assets.py
flaskr/static/css/main.css renamed to flaskr/static/css/common/main.css
... | ... | @@ -39,7 +39,7 @@ div.jumbotron { |
39 | 39 | z-index: -1; |
40 | 40 | width: 100%; |
41 | 41 | height: 22.2rem; |
42 | - background-image: url('../public/img/plane-with-chemtrails.jpg'); | |
42 | + background-image: url('../../public/img/plane-with-chemtrails.jpg'); | |
43 | 43 | background-size: cover; |
44 | 44 | background-repeat: no-repeat; |
45 | 45 | } | ... | ... |