Skip to content
Snippets Groups Projects
Commit c26e9a4d authored by Bob Mottram's avatar Bob Mottram
Browse files

Fix version numner in web admin

parent 4821eb68
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment