]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/mirrors-item.html
index page: Redesign jumbotron.
[people/shoehn/ipfire.org.git] / templates / mirrors-item.html
index e6c730fbb95444c969cb6286af25abbd9c647913..3375080ae6c1e8c6dd0b8b878d5450a3297ce5f6 100644 (file)
@@ -18,7 +18,7 @@
        </div>
 
        <div class="row">
-               <div class="span4">
+               <div class="col-lg-4 col-md-4">
                        {% if item.owner %}
                                <dt>{{ _("Owner") }}</dt>
                                <dd>{{ item.owner }}</dd>
                        <hr>
 
                        <p class="ac">
-                               <a class="btn" href="{{ item.url }}">{{ _("Go to mirror") }}</a>
+                               <a class="btn btn-default" href="{{ item.url }}">{{ _("Go to mirror") }}</a>
                        </p>
                </div>
 
-               <div class="span8">
+               <div class="col-lg-8 col-md-8">
                        {% if item.location %}
                                {% module Map(item.latitude, item.longitude) %}
-                               <p class="muted ac">
+                               <p class="text-muted ac">
                                        {{ _("The location of the mirror server is estimated by the IP address.") }}
                                </p>
                        {% else %}
-                               <p class="ac muted">
+                               <p class="ac text-muted">
                                        {{ _("The location of this mirror server could not be estimated.") }}
                                </p>
                        {% end %}