From 349b7c1f5205f88bc8180e19b96c3ce16d7323f3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 22 Mar 2015 23:40:36 +0100 Subject: [PATCH] fireinfo: Center text on the index page --- templates/fireinfo/index.html | 49 ++++++++++++++++------------------- 1 file changed, 23 insertions(+), 26 deletions(-) diff --git a/templates/fireinfo/index.html b/templates/fireinfo/index.html index 902586b6..0e229f9c 100644 --- a/templates/fireinfo/index.html +++ b/templates/fireinfo/index.html @@ -3,32 +3,29 @@ {% block title %}Fireinfo{% end block %} {% block body %} -
-
- {% if lang == "de" %} -

- Fireinfo ist ein Tool, welches anonym Informationen - über die in IPFire-Systemen verbaute Hardware sammelt. -

-

- Diese Daten sollen den Entwicklern helfen zu erkennen, welche - Hardware am häufigsten eingesetzt wird und sind auch hilfreich - um Hardware-Probleme ausfindig zu machen. -

- {% else %} -

- Fireinfo is a tool that anonymously collects statistical - data from IPFire systems. -

-

- These data should help the developers to learn - which hardware is used most often to run an IPFire system, but is also - handy when it comes to debugging hardware problems. -

- {% end %} -
-
-
+ {% if lang == "de" %} +

+ Fireinfo ist ein Tool, welches anonym Informationen + über die in IPFire-Systemen verbaute Hardware sammelt. +

+

+ Diese Daten sollen den Entwicklern helfen zu erkennen, welche + Hardware am häufigsten eingesetzt wird und sind auch hilfreich + um Hardware-Probleme ausfindig zu machen. +

+ {% else %} +

+ Fireinfo is a tool that anonymously collects statistical + data from IPFire systems. +

+

+ These data should help the developers to learn + which hardware is used most often to run an IPFire system, but is also + handy when it comes to debugging hardware problems. +

+ {% end %} + +
-- 2.39.2