diff --git a/webadmin/EN/about.html b/webadmin/EN/about.html
index e5f4967437ccf1a0db44c1914d16395818e767f6..f1d089c8ea673035f5fd88c904fcfa8b750a3f19 100644
--- a/webadmin/EN/about.html
+++ b/webadmin/EN/about.html
@@ -15,6 +15,13 @@
           padding: 32px;
       }
 
+      .versiontext {
+          color: #72a7cf;
+          text-align: center;
+          font-size: 120%;
+          font-weight: bold;
+      }
+
       .headertext {
           color: #72a7cf;
           text-align: center;
@@ -72,7 +79,7 @@
     <div class="header">
       <a href="index.html"><img id="headerpic" class="img-responsive" src="images/logo.png"></a>
 
-      <p class="headertext">Version</p>
+      <p class="versiontext">Version</p>
 
       <p class="desc">This is a <a href="https://freedombone.net">server system</a> which enables you to run internet apps such as a blog or federated social network.</p>