diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index 8122b60..5693aec 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -583,12 +583,12 @@ display: table; } -.email { +.email, .realname { margin-right: 5%; } -.realname { - margin-right: 5%; +.email:hover, .realname:hover { + text-decoration: underline; } .classBox .fa-times { diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index 075b52e..7cdd740 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -270,8 +270,8 @@