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:
parent
e41443b2f5
commit
49f3f2369b
1 changed files with 15 additions and 15 deletions
|
@ -2,21 +2,21 @@
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
div.fill-screen {
|
div.fill-screen {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
img.fit {
|
img.fit {
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<title>Sapphire</title>
|
<title>Sapphire</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#666666">
|
<body bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#666666">
|
||||||
|
|
Loading…
Add table
Reference in a new issue