From 42c9957e41d2f5f8cfee657d203d6a3624a6ef0e Mon Sep 17 00:00:00 2001 From: canyonknight Date: Sat, 1 Feb 2014 14:03:09 -0500 Subject: account_details.php: Add link to edit a user's account This improves the ability to edit a user's account directly through UI features rather than manually appending 'edit' to the URL or searching for the account and selecting edit. Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/html/css/aur.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/html/css') diff --git a/web/html/css/aur.css b/web/html/css/aur.css index a8fb009..b78ce3e 100644 --- a/web/html/css/aur.css +++ b/web/html/css/aur.css @@ -33,3 +33,8 @@ text-decoration: underline; color: #666; } + +.arch-bio-entry ul { + list-style: none; + padding: 0; +} -- cgit v1.2.3-54-g00ecf