changeset 1059:9f4eb8f055ef

More tweaking for small screens.
author Brian Neal <bgneal@gmail.com>
date Thu, 17 Mar 2016 21:16:03 -0500
parents 9bd0d1ad4ba9
children 8a67a2008c13
files sg101/templates/ygroup/v3/thread.html sg101/templates/ygroup/v3/thread_list.html
diffstat 2 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/ygroup/v3/thread.html	Thu Mar 17 20:31:37 2016 -0500
+++ b/sg101/templates/ygroup/v3/thread.html	Thu Mar 17 21:16:03 2016 -0500
@@ -2,8 +2,6 @@
 {% load static from staticfiles %}
 {% block title %}Yahoo Group Archives: {{ thread.title }}{% endblock %}
 {% block content %}
-<div class="row">
-<div class="large-12 columns">
 <a name="top" class="intra"></a>
 {% if thread.page == 1 %}
 <h2 class="forum-nav"><a href="{% url 'ygroup-thread_index' %}">Yahoo Group Archives</a> &raquo; </h2>
@@ -30,6 +28,4 @@
    {% endfor %}
 </dl>
 {% include "ygroup/v3/pagination.html" %}
-</div>
-</div>
 {% endblock %}
--- a/sg101/templates/ygroup/v3/thread_list.html	Thu Mar 17 20:31:37 2016 -0500
+++ b/sg101/templates/ygroup/v3/thread_list.html	Thu Mar 17 21:16:03 2016 -0500
@@ -2,8 +2,6 @@
 {% load static from staticfiles %}
 {% block title %}Yahoo Group Archives{% endblock %}
 {% block content %}
-<div class="row">
-<div class="large-12 columns">
 <h2>Yahoo Group Archives <small>&raquo; Page {{ page_obj.number }}</small></h2>
 <p>
 SurfGuitar101.com began as a Yahoo Group on October 31, 2001. It ran until
@@ -28,6 +26,4 @@
    </tbody>
 </table>
 {% include "ygroup/v3/pagination.html" %}
-</div>
-</div>
 {% endblock %}