diff --git a/inc/css/custom.css b/inc/css/custom.css
index 6cdcbd9..2e1a9b8 100644
--- a/inc/css/custom.css
+++ b/inc/css/custom.css
@@ -18,6 +18,7 @@
.navbar {
font-weight: bold;
}
+
.navbar-brand {
font-weight: normal;
}
@@ -116,7 +117,6 @@ tr.hover {
}
.litebans-label-container {
- width: 0;
display: inline-flex;
}
@@ -183,3 +183,12 @@ tr.hover {
-ms-user-select: none;
user-select: none;
}
+
+/* prevent alignment */
+.noalign-w {
+ width: 0;
+}
+
+.noalign-h {
+ height: 0;
+}
diff --git a/inc/page.php b/inc/page.php
index d37a7ff..232bda5 100644
--- a/inc/page.php
+++ b/inc/page.php
@@ -227,10 +227,10 @@ class Page {
$str = "{$img}$name";
if ($name_under) {
$str = "{$img}
$name";
- return "
$str
"; + return "$str
"; + return "