1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-24 10:37:45 +00:00

fix tab/space consistency

This commit is contained in:
NotAdam 2017-10-13 22:24:29 +11:00
parent e41443b2f5
commit 49f3f2369b

View file

@ -2,21 +2,21 @@
<html>
<head>
<style>
div.fill-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: center;
}
img.fit {
max-width: 100vw;
max-height: 100vh;
}
</style>
<title>Sapphire</title>
<style>
div.fill-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
text-align: center;
}
img.fit {
max-width: 100vw;
max-height: 100vh;
}
</style>
<title>Sapphire</title>
</head>
<body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#666666">