diff --git a/multi.html b/multi.html
index 0b04d5d7..88cfce38 100644
--- a/multi.html
+++ b/multi.html
@@ -1106,9 +1106,7 @@ var formation = new Formation(teamsCount,5);
diff --git a/solo.html b/solo.html
index 5e278d77..93a55756 100644
--- a/solo.html
+++ b/solo.html
@@ -948,9 +948,7 @@ var formation = new Formation(teamsCount,6);
diff --git a/style.css b/style.css
index 3d0d7a97..d4860b31 100644
--- a/style.css
+++ b/style.css
@@ -2077,12 +2077,15 @@ icon.inflicts::after
float: left;
margin-right:5px;
}
+.monsterinfo-box .monsterinfo-line{
+ font-size: 22px;
+ line-height: 25px;
+ height: auto;
+}
.monsterinfo-box .monsterinfo-line>div
{
display:inline-block;
- vertical-align: top;
- font-size: 22px;
- line-height: 22px;
+ vertical-align: middle;
}
.monsterinfo-box .monster-id{
width:120px;
@@ -2145,7 +2148,6 @@ icon.inflicts::after
line-height: 1em;
display: inline-block;
white-space: break-spaces;
- vertical-align: top;
}
.monsterinfo-box .monster-mp::before
@@ -2154,9 +2156,9 @@ icon.inflicts::after
background-image: url(images/icon-MP.png);
background-size: cover;
display: inline-block;
- width: 24px;
- height: 24px;
- vertical-align: top;
+ width: 22px;
+ height: 22px;
+ vertical-align: middle;
}
.monsterinfo-box .monster-type {
diff --git a/triple.html b/triple.html
index f1954e9a..a6449c02 100644
--- a/triple.html
+++ b/triple.html
@@ -2002,9 +2002,7 @@ var formation = new Formation(teamsCount,6);