summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-15 14:03:36 -0600
committerDan McGee <dan@archlinux.org>2011-11-15 14:04:39 -0600
commit5b63c29fe1c37ce9d946adedeaf13f5ad94d144a (patch)
tree76ec0d8be088bc04886c7e0be4b6412699b7fedd /media
parent12408702eaf89ea338670ba808da9ef49e35c562 (diff)
downloadarchweb-5b63c29fe1c37ce9d946adedeaf13f5ad94d144a.tar.gz
archweb-5b63c29fe1c37ce9d946adedeaf13f5ad94d144a.zip
Show full names on developer user list pages
The old display format doesn't really make sense. Also fix the invalid HTML generated by the PGP tag link- we need to escape using &amp; inside the generated URLs. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media')
-rw-r--r--media/archweb.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/archweb.css b/media/archweb.css
index c5477422..f4bb92fa 100644
--- a/media/archweb.css
+++ b/media/archweb.css
@@ -802,6 +802,10 @@ div#arch-bio-toc {
text-align: center;
}
+ div#arch-bio-toc a {
+ white-space: nowrap;
+ }
+
table.arch-bio-entry td.pic {
vertical-align: top;
padding-right: 15px;