Commit f8b3dd300c049bcb8f750f354fb1a5cd298ff066
1 parent
ad92fbfb
Exists in
master
and in
13 other branches
Removing <hr /> from home and base
Showing
2 changed files
with
6 additions
and
3 deletions
Show diff stats
src/colab/deprecated/templates/base.html
| @@ -106,7 +106,7 @@ | @@ -106,7 +106,7 @@ | ||
| 106 | {% block main-content %} {% endblock %} | 106 | {% block main-content %} {% endblock %} |
| 107 | </div> | 107 | </div> |
| 108 | 108 | ||
| 109 | - <hr/> | 109 | + <div class="row"> </div> |
| 110 | 110 | ||
| 111 | <div class="row"> | 111 | <div class="row"> |
| 112 | {% block footer %} | 112 | {% block footer %} |
src/colab/deprecated/templates/home.html
| @@ -36,15 +36,16 @@ | @@ -36,15 +36,16 @@ | ||
| 36 | href="{% url 'search' %}?o=modified+desc"> | 36 | href="{% url 'search' %}?o=modified+desc"> |
| 37 | {% trans "View more collaborations..." %} | 37 | {% trans "View more collaborations..." %} |
| 38 | </a> | 38 | </a> |
| 39 | + <div> </div> | ||
| 39 | </div> | 40 | </div> |
| 40 | 41 | ||
| 42 | + | ||
| 41 | <div class="col-lg-6"> | 43 | <div class="col-lg-6"> |
| 42 | <h3 class="column-align">{% trans "Distribution of Collaborations" %}</h3> | 44 | <h3 class="column-align">{% trans "Distribution of Collaborations" %}</h3> |
| 45 | + <div> </div> | ||
| 43 | </div> | 46 | </div> |
| 44 | </div> | 47 | </div> |
| 45 | 48 | ||
| 46 | - <hr /> | ||
| 47 | - | ||
| 48 | <div class="row"> | 49 | <div class="row"> |
| 49 | <div class="col-lg-6"> | 50 | <div class="col-lg-6"> |
| 50 | <h3 class="column-align"> | 51 | <h3 class="column-align"> |
| @@ -64,6 +65,7 @@ | @@ -64,6 +65,7 @@ | ||
| 64 | href="{% url 'thread_list' %}?order=hottest"> | 65 | href="{% url 'thread_list' %}?order=hottest"> |
| 65 | {% trans "View more discussions relevance..." %} | 66 | {% trans "View more discussions relevance..." %} |
| 66 | </a> | 67 | </a> |
| 68 | + <div> </div> | ||
| 67 | </div> | 69 | </div> |
| 68 | 70 | ||
| 69 | <div class="col-lg-6"> | 71 | <div class="col-lg-6"> |
| @@ -83,6 +85,7 @@ | @@ -83,6 +85,7 @@ | ||
| 83 | <a class="column-align" href="{% url 'thread_list' %}"> | 85 | <a class="column-align" href="{% url 'thread_list' %}"> |
| 84 | {% trans "View more discussions..." %} | 86 | {% trans "View more discussions..." %} |
| 85 | </a> | 87 | </a> |
| 88 | + <div> </div> | ||
| 86 | </div> | 89 | </div> |
| 87 | </div> | 90 | </div> |
| 88 | 91 |