4
1
Fork 0

Index Change und Stylesheet

This commit is contained in:
Alpha 2017-04-29 17:49:53 +02:00
parent 3dd6b355af
commit 135f5ddec7
2 changed files with 1 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<head>
<title>Cheaterliste</title>
<link href="style.css?v=<?php date("YmdHis");?>" rel="stylesheet" type="text/css">
<link href="style.css?v=1.0.1" rel="stylesheet" type="text/css">
</head>
<body>

View file

@ -5,11 +5,7 @@ body {
margin: 0;
margin-top: 25;
/*Fix for mobiles*/
background-repeat:no-repeat;
background-attachment:fixed;
background-size:100% 100%;
}