diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-01 10:09:28 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-06-01 10:09:28 +0000 |
commit | 087726ddccefa58bf45f77140848b89f818e336b (patch) | |
tree | 1f32db9c7a51b2a4de070eefd2c8081a829060a1 /mod/profile/views | |
parent | 8e4b09388bb46eeb6ef8e1e821ae7162e461351a (diff) | |
download | elgg-087726ddccefa58bf45f77140848b89f818e336b.tar.gz elgg-087726ddccefa58bf45f77140848b89f818e336b.tar.bz2 |
Updated avatar user-menu font-style.
git-svn-id: http://code.elgg.org/elgg/trunk@6301 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rw-r--r-- | mod/profile/views/default/profile/css.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index 4caaa6fa3..fb9a502e9 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -445,6 +445,7 @@ div.usericon a.icon img { .usericon .sub_menu a:visited, .usericon .sub_menu a:hover { display:block; + font-weight: normal; } .usericon .sub_menu a:hover { background:#cccccc; @@ -459,6 +460,7 @@ div.usericon a.icon img { .usericon .sub_menu .displayname a { padding:3px 3px 3px 8px; font-size:14px; + font-weight: bold; } .usericon .sub_menu .displayname a .username { display:block; |