]> git.ipfire.org Git - ipfire.org.git/commitdiff
docs/watchlist: restyled the page
authorRico Hoppe <rico.hoppe@ipfire.org>
Thu, 12 Oct 2023 18:47:02 +0000 (18:47 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Thu, 12 Oct 2023 18:47:02 +0000 (18:47 +0000)
src/templates/docs/watchlist.html

index 4a4aee6dd890ee79b7e3d5a1bb78b016b5b1d791..d178ed47cea4b180c439e81d03e7c0bbce2b09dc 100644 (file)
 {% end block %}
 
 {% block main %}
-       <div class="card">
-               <div class="card-body">
-                       <h5>{{ _("Your Watchlist") }}</h5>
+       <div class="container">
+               <div class="section">
+                       <h5 class="title is-5">{{ _("Your Watchlist") }}</h5>
 
                        {% if pages %}
                                {% module DocsList(pages) %}
                        {% else %}
-                               <div class="alert alert-light mb-0">
+                               <div class="notification">
                                        {{ _("You do not have any pages on your watchlist") }}
                                </div>
                        {% end %}