Adnane Belmadiaf has proposed merging lp:~adnane002/loco-directory/fix.613205
into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#613205 Font on team details page for "Upcoming events" link is too small
https://bugs.launchpad.net/bugs/613205
--
https://code.launchpad.net/~adnane002/loco-directory/fix.613205/+merge/33165
Your team loco-directory-dev is requested to review the proposed merge of
lp:~adnane002/loco-directory/fix.613205 into lp:loco-directory.
=== modified file 'loco_directory/templates/teams/team_detail.html'
--- loco_directory/templates/teams/team_detail.html 2010-08-17 00:25:27 +0000
+++ loco_directory/templates/teams/team_detail.html 2010-08-19 23:12:42 +0000
@@ -104,10 +104,10 @@
<th class="form-item-label" scope="row"><label>{% trans "Upcoming Events:" %}</label></th>
<td class="form-item-value">
<ul class="team-event-nav">
- <li><a href="{% url team-event-list team.lp_name %}">{% trans "All Events" %}</a></li>
- <li><a href="{% url team-event-history team.lp_name %}">{% trans "Past Events" %}</a></li>
- <li><a href="{% url team-events-rss team.lp_name %}">{% trans "RSS Feed" %}</a></li>
- <li><a href="{% url team-event-list-ical team.lp_name %}">{% trans "iCal Feed" %}</a></li>
+ <li style="font-size:0.98em"><a href="{% url team-event-list team.lp_name %}">{% trans "All Events" %}</a></li>
+ <li style="font-size:0.98em"><a href="{% url team-event-history team.lp_name %}">{% trans "Past Events" %}</a></li>
+ <li style="font-size:0.98em"><a href="{% url team-events-rss team.lp_name %}">{% trans "RSS Feed" %}</a></li>
+ <li style="font-size:0.98em"><a href="{% url team-event-list-ical team.lp_name %}">{% trans "iCal Feed" %}</a></li>
</ul>
{% if team.teamevent_set.next_5_events %}
<ul>
_______________________________________________
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