diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-25 08:40:48 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-05-25 08:40:48 +0000 |
commit | cdf654cfb8c76e32b801b422ac76753b689845c2 (patch) | |
tree | ab5c827b397b97d3590d350a4212e69db8c647a7 /mod/profile/views | |
parent | 9cf832684b0e64a27c5ffab309db189394cd3d4d (diff) | |
download | elgg-cdf654cfb8c76e32b801b422ac76753b689845c2.tar.gz elgg-cdf654cfb8c76e32b801b422ac76753b689845c2.tar.bz2 |
UI update to avatar menu list-style.
git-svn-id: http://code.elgg.org/elgg/trunk@6197 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rw-r--r-- | mod/profile/views/default/profile/css.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index 73074ac30..78c496670 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -465,6 +465,11 @@ div.usericon a.icon img { text-align: left; margin:0; } +.sub_menu ul.sub_menu_list { + list-style: none; + margin-bottom:0; + padding-left:0; +} .usericon .sub_menu a { padding:2px 3px 2px 8px; font-size:12px; |