]> git.ipfire.org Git - ipfire.org.git/commitdiff
Merge remote-tracking branch 'rico/new-design' into new-design
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Oct 2023 19:28:34 +0000 (19:28 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Oct 2023 19:28:34 +0000 (19:28 +0000)
1  2 
src/templates/docs/watchlist.html

index a21798f6a39fb39cf127709749112c590279819b,d178ed47cea4b180c439e81d03e7c0bbce2b09dc..248fa9fe5c48b2d481f4c41c1dd7d466e01e827c
@@@ -2,10 -2,18 +2,10 @@@
  
  {% block title %}{{ _("Your Watchlist") }}{% end block %}
  
 -{% block sidebar %}
 -      {% set help = backend.wiki.get_page("/wiki/watchlist") %}
 -
 -      {% if help %}
 -              {% raw help.html %}
 -      {% end %}
 -{% 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) %}