Merge pull request #1383 from RonnyPfannschmidt/founding-header

give the founding header contrast
This commit is contained in:
holger krekel 2016-02-13 14:10:44 +01:00
commit 03f8b50c8a
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{% extends "!layout.html" %}
{% block header %}
<div align="center" xmlns="http://www.w3.org/1999/html">
<div align="center" xmlns="http://www.w3.org/1999/html" style="background-color: lightgreen; padding: .5em">
<h4>
<a href="https://www.indiegogo.com/projects/python-testing-sprint-mid-2016#/">
Support the future of py.test join or fund the sprint in june
Support the future of py.test development: join or fund the next sprint in June in Germany
</a>
</h4>
</div>