forked from GNUsocial/gnu-social
[CSS] .section-widget class and derivatives replaced as .frame-section, since a widget implies a simple element with a specific function
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
{% block profile_view %}{% include 'cards/profile/view.html.twig' %}{% endblock profile_view %}
|
||||
{% endfor %}
|
||||
|
||||
<div class="section-widget section-padding">
|
||||
<div class="frame-section frame-section-padding">
|
||||
{{ "Page: " ~ page }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@@ -26,7 +26,7 @@
|
||||
{% endblock current_note %}
|
||||
{% endfor %}
|
||||
|
||||
<div class="section-widget section-padding section-widget-paging">
|
||||
<div class="frame-section frame-section-padding frame-section-paging">
|
||||
{{ "Page " ~ page }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user