diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 17:06:37 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 17:06:37 +0000 |
commit | 1c62aa874beec93c7b844442e79774697c1bf199 (patch) | |
tree | 29f8b62ca29211ce27c22352995e1a86573b61e6 /mod | |
parent | 1c052b42e7af35bf702d0adc1e1f0645d1139900 (diff) | |
download | elgg-1c62aa874beec93c7b844442e79774697c1bf199.tar.gz elgg-1c62aa874beec93c7b844442e79774697c1bf199.tar.bz2 |
lines in avatar menu
git-svn-id: https://code.elgg.org/elgg/trunk@1250 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile/views/default/profile/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/views/default/profile/css.php b/mod/profile/views/default/profile/css.php index 43c081457..f766550ca 100644 --- a/mod/profile/views/default/profile/css.php +++ b/mod/profile/views/default/profile/css.php @@ -43,4 +43,4 @@ .usericon div.sub_menu a:visited,
.usericon div.sub_menu a:hover{ display:block;}
.usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}
-.usericon a.item_line { border-top:solid 1px #dddddd;}
\ No newline at end of file +.usericon .item_line { border-top:solid 1px #dddddd;}
\ No newline at end of file |