summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorcanyonknight <canyonknight@gmail.com>2014-02-01 14:03:09 -0500
committerLukas Fleischer <archlinux@cryptocrack.de>2014-02-03 21:16:36 +0100
commit42c9957e41d2f5f8cfee657d203d6a3624a6ef0e (patch)
tree33859deaf5ee5082292f9f8a0407bbb40b869828 /web/html/css
parent333ce080274bcc1a93c2ce12340ae5abfe9e5c0d (diff)
downloadaurweb-42c9957e41d2f5f8cfee657d203d6a3624a6ef0e.tar.xz
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 <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css')
-rw-r--r--web/html/css/aur.css5
1 files changed, 5 insertions, 0 deletions
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;
+}