diff --git a/assets/css/events.less b/assets/css/events.less index d474df3..4e5cf9a 100644 --- a/assets/css/events.less +++ b/assets/css/events.less @@ -1,6 +1,7 @@ @import "mixins"; @import "events/details"; @import "events/map"; +@import "events/party"; body#events { * { box-sizing: border-box; } diff --git a/assets/css/events/party.less b/assets/css/events/party.less new file mode 100644 index 0000000..eb061c5 --- /dev/null +++ b/assets/css/events/party.less @@ -0,0 +1,6 @@ + +body#events { + #midbar { + background: #fff; + } +} diff --git a/static/img/party-banner.png b/static/img/party-banner.png new file mode 100644 index 0000000..ed4e72e Binary files /dev/null and b/static/img/party-banner.png differ diff --git a/views/events/map.html b/views/events/map.html index 9df9f89..11833cd 100644 --- a/views/events/map.html +++ b/views/events/map.html @@ -2,8 +2,11 @@ {% block title %}Event Map{% endblock %} +{% block midbar %} + +{% endblock %} + {% block body %} -{{ super() }}