diff options
author | Dan McGee <dan@archlinux.org> | 2012-04-26 14:17:03 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-26 14:17:03 -0500 |
commit | 5f22f4266cd978b4fd80cafb2201e39acaeef3fc (patch) | |
tree | 55fdf804e921283d8f567385fd73a55bd883c09d /templates | |
parent | 104aec272669e496b8c6892d3437fb8412960595 (diff) |
Developer list styles updates
* Make the developer name more prominent in dividing the blocks
* Reduce the in-your-faceness of the <th> elements in every section
* Other small tweaks
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/developer_list.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html index 37b35b82..00d93a50 100644 --- a/templates/public/developer_list.html +++ b/templates/public/developer_list.html @@ -18,11 +18,9 @@ </td> <td> <a name="{{ dev.username }}"></a> + <h3>{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}</h3> <table class="bio bio-{{ dev.username }}"> <tr> - <th>Name:</th> - <td>{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %}</td> - </tr><tr> <th>Alias:</th> <td>{{ prof.alias }}</td> </tr><tr> |