commit 7fdb1f1cba5c501e316f0a379edfeb4c779c0e36
parent 5b17168a3f3af90971cee433efd1b223ac227150
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 15 Feb 2017 07:03:26 +0100
fix logo text
Diffstat:
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/index.html.j2 b/index.html.j2
@@ -111,7 +111,11 @@
{% include "financial-news.html.j2.inc" %}
</div>
</div>
- {% include "common/footer.j2.inc" %}
</div> <!-- /container -->
+ <div class="container-fluid">
+ <div class="container">
+ {% include "common/footer.j2.inc" %}
+ </div>
+ </div>
</body>
</html>
diff --git a/taler-big.svg b/taler-big.svg
@@ -31,7 +31,7 @@
<text font-family="Verdana" font-size="6" color="red" fill="white">
<textPath xlink:href="#MyPath2">
- Electronic Cash
+ Electronic Reserves
</textPath>
</text>
</svg>