diff --git a/resources/assets/src/styles/common.styl b/resources/assets/src/styles/common.styl
index 015b1a9d..920c0013 100644
--- a/resources/assets/src/styles/common.styl
+++ b/resources/assets/src/styles/common.styl
@@ -8,23 +8,6 @@
.brand-link, .navbar-brand
font-family Minecraft
-.key
- vertical-align middle
-
-.value
- width 70%
-
-.table > tbody > tr
- td.value, td.key
- border-top 0
-
- @media (max-width: 768px)
- td.value, td.key
- display block
-
- td.value
- width 90%
-
.breadcrumb
font-size 14px
diff --git a/resources/views/admin/update.twig b/resources/views/admin/update.twig
index de62205d..2f530f55 100644
--- a/resources/views/admin/update.twig
+++ b/resources/views/admin/update.twig
@@ -14,22 +14,24 @@
{{ trans('admin.update.info.available') }}
-
-
-
- | {{ trans('admin.update.info.versions.latest') }} |
-
- v{{ info.latest }}
- |
-
-
- | {{ trans('admin.update.info.versions.current') }} |
-
- v{{ info.current }}
- |
-
-
-
+
+
+
+ {{ trans('admin.update.info.versions.latest') }}
+
+
+ v{{ info.latest }}
+
+
+
+
+ {{ trans('admin.update.info.versions.current') }}
+
+
+ v{{ info.current }}
+
+
+
{% else %}
{% if error %}
@@ -40,17 +42,16 @@
{{ trans('admin.update.info.up-to-date') }}
{% endif %}
-
-
-
- |
- {{ trans('admin.update.info.versions.current') }} |
-
- v{{ info.current }}
- |
-
-
-
+
+
+
+ {{ trans('admin.update.info.versions.current') }}
+
+
+ v{{ info.current }}
+
+
+
{% endif %}
+
+ {% endfor %}
+
{% endif %}