]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Update error templates
authorpebosi <mail@pebosi.net>
Tue, 14 Jan 2014 22:28:55 +0000 (23:28 +0100)
committerpebosi <mail@pebosi.net>
Tue, 14 Jan 2014 22:28:55 +0000 (23:28 +0100)
templates/error-500.html
templates/error.html

index af62507c174c32f0f2fae0dae8014d16981012c5..aec6150e4998a461b0f8383013677b12b397acf3 100644 (file)
@@ -2,7 +2,7 @@
 
 {% block explanation %}
        <div class="row">
-               <div class="span8 offset2">
+               <div class="col-lg-offset-2 col-lg-8 col-md-8">
                        <h2>{{ _("Detailed information") }}</h2>
 
                        <p>
index 4fb6c4e83a3fdabd7c7ecd9370b8b78c7380ff86..0cd11f2ca9f8649a3ed0cc772d0cf1dcfc8dc882 100644 (file)
@@ -9,7 +9,7 @@
        </div>
 
        <div class="row">
-               <div class="span8 offset2">
+               <div class="col-lg-offset-2 col-lg-8 col-md-8">
                        {% if lang == "de" %}
                                <p>
                                        Leider ist ein unerwarteter Fehler beim Laden der Seite aufgetreten.
@@ -38,7 +38,7 @@
 
        {% if exception %}
                <div class="row">
-                       <div class="span8 offset2">
+                       <div class="col-lg-offset-2 col-lg-8 col-md-8">
                                <pre>{{ exception }}</pre>
                        </div>
                </div>