[damned-lies] Add clearing class at the end of vertimus comment div
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Add clearing class at the end of vertimus comment div
- Date: Tue, 13 Oct 2015 11:51:10 +0000 (UTC)
commit 0ca285993e5d967f5a7d0c3b327d8cb255694a77
Author: Claude Paroz <claude 2xlibre net>
Date: Tue Oct 13 13:46:23 2015 +0200
Add clearing class at the end of vertimus comment div
Fixes bug #756493. Thanks Alexandre Franke for the report.
templates/languages/language_list.html | 2 +-
templates/module_list.html | 2 +-
templates/vertimus/vertimus_detail.html | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/templates/languages/language_list.html b/templates/languages/language_list.html
index 29a865f..6ab2f37 100644
--- a/templates/languages/language_list.html
+++ b/templates/languages/language_list.html
@@ -33,7 +33,7 @@
{% endfor %}
</div>
-<p class="comment" style="clear:both">
+<p class="comment clear">
{% blocktrans %}If anything should be changed on this page, please <a href="{{ bug_url }}">submit a bug
report</a>.{% endblocktrans %}
</p>
diff --git a/templates/module_list.html b/templates/module_list.html
index d16b9e3..cd2829b 100644
--- a/templates/module_list.html
+++ b/templates/module_list.html
@@ -24,7 +24,7 @@
{% endfor %}
</div>
-<p class="comment" style="clear:both">
+<p class="comment clear">
{% blocktrans %}If anything should be changed on this page, please <a href="{{ bug_url }}">submit a bug
report</a>.{% endblocktrans %}
</p>
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 96f0f57..44d9409 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -205,6 +205,7 @@ $(document).ready(function() {
{% else %}
<p><em>{% trans "No comment" %}</em></p>
{% endif %}
+ <div class="clear"></div>
</div>
</div>
{% endfor %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]