Merge lp:~mhall119/loco-team-portal/fixes-619826 into lp:loco-team-portal

Proposed by Michael Hall
Status: Merged
Merged at revision: 245
Proposed branch: lp:~mhall119/loco-team-portal/fixes-619826
Merge into: lp:loco-team-portal
Diff against target: 41 lines (+5/-2)
2 files modified
loco_directory/media/css/newstyle.css (+1/-1)
loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html (+4/-1)
To merge this branch: bzr merge lp:~mhall119/loco-team-portal/fixes-619826
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+33000@code.launchpad.net

Description of the change

Add's the necessary <br class="clear" /> between country listings.

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks for fixing this.

review: Approve
244. By Michael Hall

Make br.clear global, not just for children of #main-content

Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/media/css/newstyle.css'
2--- loco_directory/media/css/newstyle.css 2010-08-17 01:55:04 +0000
3+++ loco_directory/media/css/newstyle.css 2010-08-18 14:47:58 +0000
4@@ -43,7 +43,7 @@
5 li.unapproved {
6 list-style-image: url(../img/unapproved.png);
7 }
8- #main-content br.clear {
9+ br.clear {
10 clear: left;
11 }
12 #main-content .object-detail {
13
14=== modified file 'loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html'
15--- loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html 2010-08-17 01:55:04 +0000
16+++ loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html 2010-08-18 14:47:58 +0000
17@@ -13,6 +13,7 @@
18 </li>
19 {% endifequal %}{% endfor %}
20 </ul>
21+ <br class="clear" />
22 {% endifequal %}{% endfor %}{% endfor %}
23 {% endfor %}
24
25@@ -28,6 +29,7 @@
26 </li>
27 {% endifequal %}{% endfor %}
28 </ul>
29+ <br class="clear" />
30 {% endfor %}
31 {% endif %}
32
33@@ -41,6 +43,7 @@
34 </li>
35 {% endfor %}
36 </ul>
37+ <br class="clear" />
38 {% endif %}
39-<br class="clear" />
40+
41 {% endif %}

Subscribers

People subscribed via source and target branches