mhall119 has proposed merging lp:~mhall119/loco-directory/fixes-589290 into 
lp:loco-directory.

Requested reviews:
  loco-directory-dev (loco-directory-dev)
Related bugs:
  #589290 Global event add team event link floating in team events list
  https://bugs.launchpad.net/bugs/589290


Because the link was in a part of the DOM where CSS floating was being used, 
and before the floating was cleared, the link was also set to float within the 
list of team events.  Adding an element to clear floating within the include 
file that produces the floating list will ensure that this doesn't happen.
-- 
https://code.launchpad.net/~mhall119/loco-directory/fixes-589290/+merge/26728
Your team loco-directory-dev is requested to review the proposed merge of 
lp:~mhall119/loco-directory/fixes-589290 into lp:loco-directory.
=== modified file 'loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html'
--- loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html	2010-05-31 13:07:10 +0000
+++ loco_directory/templates/events/global_event_detail_attending_teamevents.inc.html	2010-06-03 17:39:27 +0000
@@ -5,4 +5,5 @@
 		<li class="{% cycle 'col_left' 'col_right' %}"><a title="{% trans "More Information about Team Event" %}" href="{{ team_event.get_absolute_url }}">{{ team_event.name }}</a></li>
 		{% endfor %}
 </ul>
+<br class="clear" />
 {% endif %}

_______________________________________________
Mailing list: https://launchpad.net/~loco-directory-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~loco-directory-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to