~cjohnston/loco-team-portal/event-recap

« back to all changes in this revision

Viewing changes to loco_directory/templates/teams/team_list.html

  • Committer: Tarmac
  • Author(s): Stephen V. Williams
  • Date: 2011-11-04 00:00:57 UTC
  • mfrom: (497.1.2 loco-directory)
  • Revision ID: tarmac@nigelb.me-20111104000057-uh4cppabtte5i6xo
[r=] team-legend now 200px, float:right, shifted:40%
new li class to stack the elements

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
<article class="teams-legend">
16
16
    <ul>
17
 
        <li class="approved col_left">{% trans "Approved Teams" %}</li>
18
 
        <li class="unapproved col_right">{% trans "Unapproved Teams" %}</li>
 
17
        <li class="approved float_list">{% trans "Approved Teams" %}</li>
 
18
        <li class="unapproved float_list">{% trans "Unapproved Teams" %}</li>
19
19
    </ul>
20
20
</article>
21
21