minor fixes

This commit is contained in:
Hendrik
2017-01-13 10:46:09 +01:00
parent 83c994468f
commit 863fde55e9
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
.platform { .admin-panel {
margin: auto; margin: auto;
min-width: 800px; min-width: 800px;
} }

View File

@@ -2,7 +2,6 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="astyle.css">
<title>Admin Panel</title> <title>Admin Panel</title>
<script type="text/javascript"> <script type="text/javascript">
function checkAll(allbox) { function checkAll(allbox) {
@@ -18,7 +17,7 @@
</head> </head>
<body> <body>
<div class="content"> <div class="content">
<div class="platform"> <div class="platform admin-panel">
<div class="admin-title"> <div class="admin-title">
<h1>User Management Panel</h1> <h1>User Management Panel</h1>
</div> <br> </div> <br>