]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
fireinfo: Center text on the index page
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Mar 2015 22:40:36 +0000 (23:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Mar 2015 22:40:36 +0000 (23:40 +0100)
templates/fireinfo/index.html

index 902586b6e418766f519475261f7af0a8176806ff..0e229f9c2a2ca169e34f53489c0be622b828f4aa 100644 (file)
@@ -3,32 +3,29 @@
 {% block title %}Fireinfo{% end block %}
 
 {% block body %}
-       <div class="row">
-               <div class="col-lg-12 col-md-12">
-                       {% if lang == "de" %}
-                               <p class="lead">
-                                       <strong>Fireinfo</strong> ist ein Tool, welches anonym Informationen
-                                       über die in IPFire-Systemen verbaute Hardware sammelt.
-                               </p>
-                               <p class="lead">
-                                       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.
-                               </p>
-                       {% else %}
-                               <p class="lead">
-                                       <strong>Fireinfo</strong> is a tool that anonymously collects statistical
-                                       data from IPFire systems.
-                               </p>
-                               <p class="lead">
-                                       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.
-                               </p>
-                       {% end %}
-                       <hr>
-               </div>
-       </div>
+       {% if lang == "de" %}
+               <p class="lead ac">
+                       <strong>Fireinfo</strong> ist ein Tool, welches anonym Informationen
+                       über die in IPFire-Systemen verbaute Hardware sammelt.
+               </p>
+               <p class="lead ac">
+                       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.
+               </p>
+       {% else %}
+               <p class="lead ac">
+                       <strong>Fireinfo</strong> is a tool that anonymously collects statistical
+                       data from IPFire systems.
+               </p>
+               <p class="lead ac">
+                       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.
+               </p>
+       {% end %}
+
+       <hr>
 
        <div class="row">
                <div class="col-lg-8 col-md-8 col-lg-offset-2 well ac">