diff --git a/ivatar/ivataraccount/templates/profile.html b/ivatar/ivataraccount/templates/profile.html
index 41e4f23..b616232 100644
--- a/ivatar/ivataraccount/templates/profile.html
+++ b/ivatar/ivataraccount/templates/profile.html
@@ -102,7 +102,7 @@
- {{ email.email }}
+ {{ email.email }}
-
diff --git a/ivatar/static/css/libravatar_base.css b/ivatar/static/css/libravatar_base.css
index 1187a8d..f26fa7a 100644
--- a/ivatar/static/css/libravatar_base.css
+++ b/ivatar/static/css/libravatar_base.css
@@ -742,13 +742,11 @@ color:#335ECF;
.panel-body.profile > div, .panel-body.profile > img {
text-align: left;
}
-
.panel-heading.profile{
background: none;
border-top-left-radius: unset;
border-top-right-radius: unset;
}
-
.profile-container > h3{
color: #353535;
font-weight: bold;
@@ -834,3 +832,13 @@ h3.panel-title{
.profile-container.active:hover{
cursor:auto;
}
+.profile-container:hover ul {
+ display:block !important;
+}
+.profile-container:hover img{
+ max-height:120px;
+ max-width:120px;
+}
+.profile-container:hover h3{
+ padding-top: 12px;
+}