summaryrefslogtreecommitdiffstats
path: root/templates/public/developer_list.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-26 21:17:03 +0200
committerDan McGee <dan@archlinux.org>2012-04-26 21:17:03 +0200
commit5f22f4266cd978b4fd80cafb2201e39acaeef3fc (patch)
tree55fdf804e921283d8f567385fd73a55bd883c09d /templates/public/developer_list.html
parent104aec272669e496b8c6892d3437fb8412960595 (diff)
downloadarchweb-5f22f4266cd978b4fd80cafb2201e39acaeef3fc.tar.gz
archweb-5f22f4266cd978b4fd80cafb2201e39acaeef3fc.tar.xz
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/public/developer_list.html')
-rw-r--r--templates/public/developer_list.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html
index 37b35b8..00d93a5 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>