diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..7afa8c1 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,4 @@ +.winners-list { + background-color: #eceeef; + border: 0px; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 5b00e79..ae20cc1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,17 +2,18 @@
- +
-
{% if event %}
- {{ lead_text }}
{% if winner %} -{{ lead_text }}
-