aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-15 07:03:26 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-15 07:03:26 +0100
commit7fdb1f1cba5c501e316f0a379edfeb4c779c0e36 (patch)
tree1b87556ba7f8675ec825394c28e1337b4d9c4766
parent5b17168a3f3af90971cee433efd1b223ac227150 (diff)
downloadwww-7fdb1f1cba5c501e316f0a379edfeb4c779c0e36.tar.gz
www-7fdb1f1cba5c501e316f0a379edfeb4c779c0e36.zip
fix logo text
-rw-r--r--index.html.j26
-rw-r--r--taler-big.svg2
2 files changed, 6 insertions, 2 deletions
diff --git a/index.html.j2 b/index.html.j2
index 9e2953a8..5262bf2d 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -111,7 +111,11 @@
111 {% include "financial-news.html.j2.inc" %} 111 {% include "financial-news.html.j2.inc" %}
112 </div> 112 </div>
113 </div> 113 </div>
114 {% include "common/footer.j2.inc" %}
115 </div> <!-- /container --> 114 </div> <!-- /container -->
115 <div class="container-fluid">
116 <div class="container">
117 {% include "common/footer.j2.inc" %}
118 </div>
119 </div>
116 </body> 120 </body>
117</html> 121</html>
diff --git a/taler-big.svg b/taler-big.svg
index c687298d..93f91ade 100644
--- a/taler-big.svg
+++ b/taler-big.svg
@@ -31,7 +31,7 @@
31 31
32 <text font-family="Verdana" font-size="6" color="red" fill="white"> 32 <text font-family="Verdana" font-size="6" color="red" fill="white">
33 <textPath xlink:href="#MyPath2"> 33 <textPath xlink:href="#MyPath2">
34 Electronic Cash 34 Electronic Reserves
35 </textPath> 35 </textPath>
36 </text> 36 </text>
37</svg> 37</svg>