Merge lp:~daker/loco-team-portal/fix.613205 into lp:loco-team-portal

Proposed by Adnane Belmadiaf
Status: Merged
Merged at revision: 249
Proposed branch: lp:~daker/loco-team-portal/fix.613205
Merge into: lp:loco-team-portal
Diff against target: 18 lines (+4/-4)
1 file modified
loco_directory/templates/teams/team_detail.html (+4/-4)
To merge this branch: bzr merge lp:~daker/loco-team-portal/fix.613205
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+33165@code.launchpad.net

Commit message

Fixed <li> font style on team details page

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

Good work!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'loco_directory/templates/teams/team_detail.html'
2--- loco_directory/templates/teams/team_detail.html 2010-08-17 00:25:27 +0000
3+++ loco_directory/templates/teams/team_detail.html 2010-08-19 23:12:42 +0000
4@@ -104,10 +104,10 @@
5 <th class="form-item-label" scope="row"><label>{% trans "Upcoming Events:" %}</label></th>
6 <td class="form-item-value">
7 <ul class="team-event-nav">
8- <li><a href="{% url team-event-list team.lp_name %}">{% trans "All Events" %}</a></li>
9- <li><a href="{% url team-event-history team.lp_name %}">{% trans "Past Events" %}</a></li>
10- <li><a href="{% url team-events-rss team.lp_name %}">{% trans "RSS Feed" %}</a></li>
11- <li><a href="{% url team-event-list-ical team.lp_name %}">{% trans "iCal Feed" %}</a></li>
12+ <li style="font-size:0.98em"><a href="{% url team-event-list team.lp_name %}">{% trans "All Events" %}</a></li>
13+ <li style="font-size:0.98em"><a href="{% url team-event-history team.lp_name %}">{% trans "Past Events" %}</a></li>
14+ <li style="font-size:0.98em"><a href="{% url team-events-rss team.lp_name %}">{% trans "RSS Feed" %}</a></li>
15+ <li style="font-size:0.98em"><a href="{% url team-event-list-ical team.lp_name %}">{% trans "iCal Feed" %}</a></li>
16 </ul>
17 {% if team.teamevent_set.next_5_events %}
18 <ul>

Subscribers

People subscribed via source and target branches