]> git.ipfire.org Git - pbs.git/commitdiff
bootstrap4: Score should be bigger
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Thu, 11 Jan 2018 10:48:44 +0000 (11:48 +0100)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Thu, 11 Jan 2018 10:48:44 +0000 (11:48 +0100)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
src/templates/build-detail.html

index c8fff02f6b1394e5d50c336e3dbd45f9220d6b0e..8eba8c30769f94c7f90544dda4580dbe7ca52058 100644 (file)
                                        </h4>
                                {% end %}
                                <div class="card-body">
-                                         <h4 class="card-title text-center">
+                                         <h2 class="card-title text-center">
                                                        {{ _("Score") }}
-                                         </h4>
+                                         </h2>
                                          <p class="card-text">
-                                                       <p class="huge text-center {% if build.score >= 0 %}text-success{% else %}text-danger{% end %}">
+                                                       <h2 class="text-center {% if build.score >= 0 %}text-success{% else %}text-danger{% end %}">
                                                                {% if build.score > 0 %}
                                                                        +{{ build.score }}
                                                                {% else %}
                                                                        {{ build.score }}
                                                                {% end %}
-                                                       </p>
+                                                       </h3>
                                                        {% if bugs %}
                                                                <h5 class="text-center">{{ _("Fixed bugs") }}</h5>
                                                                </p>