]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/fireinfo/index.html
Merge branch 'fireinfo-wip' into new-design
[ipfire.org.git] / src / templates / fireinfo / index.html
index e283a46e2360ab5edaf2bb74d186868c60bb2bbf..9a67dffa6ba53978e23b7332ae73e3d81d2689be 100644 (file)
@@ -6,7 +6,7 @@
        <section class="hero is-medium is-primary">
                <div class="hero-body">
                        <div class="container">
-                               <nav class="breadcrumb is-medium" aria-label="breadcrumbs">
+                               <nav class="breadcrumb" aria-label="breadcrumbs">
                                        <ul>
                                                <li>
                                                        <a href="https://ipfire.org/">
@@ -21,7 +21,7 @@
                                        </ul>
                                </nav>
 
-                               <h1 class="title is-1">{{ _("Fireinfo") }}</h1>
+                               <h1 class="title">{{ _("Fireinfo") }}</h1>
 
                                <a class="button is-dark is-medium" href="/profile/random">
                                        {{ _("Show a Random Profile") }}
@@ -38,7 +38,7 @@
 
                                        <div class="column is-half is-centered">
                                                <div>
-                                                       <h1 class="title is-1 has-text-primary">
+                                                       <h1 class="title has-text-primary">
                                                                {{ "%.2f%%" % (usage * 100) }}
                                                        </h1>
 
                                        </div>
                                </div>
                                <div class="column is-half has-text-centered">
-                                               <h1 class="title is-1">{{ format_size(memory_avg * 1024, "MB") }}</h1>
+                                               <h1 class="title">{{ format_size(memory_avg * 1024, "MB") }}</h1>
 
                                                <span class="tag">
                                                                {{ _("Average Amount of Memory") }}
                <div class="container">
                        <div class="columns is-vcentered">
                                <div class="column is-half has-text-centered">
-                                       <h1 class="title is-1 has-text-primary">
+                                       <h1 class="title has-text-primary">
                                                {{ "%.2f%%" % (virtual_ratio * 100) }}
                                        </h1>