diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2015-11-21 17:51:19 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2015-11-21 17:51:19 -0500 |
| commit | 131ba65a7d8116d651e8fce2b662337a3525e3f3 (patch) | |
| tree | 0ebb912d389d793db30a9486a83fce48d074e255 | |
| parent | a0021eb90692dda9bee47dbf62b405c5074038ef (diff) | |
| download | famille-flask-131ba65a7d8116d651e8fce2b662337a3525e3f3.tar.gz | |
Fix the fix
| -rw-r--r-- | static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index b9b841b..6fded38 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -49,7 +49,7 @@ p.kadoscope{ } #kadobutton{ - background-image : url('static/gfx/gift.png'); + background-image : url('/static/gfx/gift.png'); background-repeat : no-repeat; background-position : center; height : 130px; |
