Commit f8b3dd300c049bcb8f750f354fb1a5cd298ff066
1 parent
ad92fbfb
Exists in
master
and in
39 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
src/colab/deprecated/templates/home.html
... | ... | @@ -36,15 +36,16 @@ |
36 | 36 | href="{% url 'search' %}?o=modified+desc"> |
37 | 37 | {% trans "View more collaborations..." %} |
38 | 38 | </a> |
39 | + <div> </div> | |
39 | 40 | </div> |
40 | 41 | |
42 | + | |
41 | 43 | <div class="col-lg-6"> |
42 | 44 | <h3 class="column-align">{% trans "Distribution of Collaborations" %}</h3> |
45 | + <div> </div> | |
43 | 46 | </div> |
44 | 47 | </div> |
45 | 48 | |
46 | - <hr /> | |
47 | - | |
48 | 49 | <div class="row"> |
49 | 50 | <div class="col-lg-6"> |
50 | 51 | <h3 class="column-align"> |
... | ... | @@ -64,6 +65,7 @@ |
64 | 65 | href="{% url 'thread_list' %}?order=hottest"> |
65 | 66 | {% trans "View more discussions relevance..." %} |
66 | 67 | </a> |
68 | + <div> </div> | |
67 | 69 | </div> |
68 | 70 | |
69 | 71 | <div class="col-lg-6"> |
... | ... | @@ -83,6 +85,7 @@ |
83 | 85 | <a class="column-align" href="{% url 'thread_list' %}"> |
84 | 86 | {% trans "View more discussions..." %} |
85 | 87 | </a> |
88 | + <div> </div> | |
86 | 89 | </div> |
87 | 90 | </div> |
88 | 91 | ... | ... |