hotfix: stop checksums from overlapping
This commit is contained in:
parent
615fdc8f88
commit
7edffd4355
2 changed files with 6 additions and 30 deletions
|
@ -24,24 +24,6 @@ code {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.container-item {
|
||||
flex: 1 1;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.product img {
|
||||
height: 20vh;
|
||||
}
|
||||
|
||||
.boxed {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
|
@ -89,13 +71,6 @@ code {
|
|||
height: 60vh;
|
||||
}
|
||||
|
||||
.credit span {
|
||||
width: 100%;
|
||||
float: left;
|
||||
clear: left;
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
.yiffos-table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
@ -110,7 +85,6 @@ code {
|
|||
}
|
||||
|
||||
.checksums {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.single_checksum {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>realmicrosoft - yiffOS support - installers</title>
|
||||
<title>realmicrosoft yiffOS installers</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="/microsoft.css"/>
|
||||
</head>
|
||||
|
@ -20,9 +20,11 @@
|
|||
<h3>current yiffOS image</h3>
|
||||
<h4><a href="/v2_yiffOS-installer.img">v2.0.0 yiffOS image</a></h4>
|
||||
<div class="checksums">
|
||||
<h6>SHA512SUM be1a42e4e91109c6678a5a3a1ef5447c939917f5fad9b8544785160e734019744ff995ec9cc17e8a8fc965663b3f94c8914e274fae20194f0b0d3b49bc35ce09</h6>
|
||||
<h6>SHA256SUM 0ee36d3659abb367e57d34214533fbed4561ba7ae127d627ec9beac496288c08</h6>
|
||||
<h6>MD5SUM 2f1a8deda049cc9741cc22d08f52ecff</h6>
|
||||
<h6>
|
||||
SHA512SUM be1a42e4e91109c6678a5a3a1ef5447c939917f5fad9b8544785160e734019744ff995ec9cc17e8a8fc965663b3f94c8914e274fae20194f0b0d3b49bc35ce09</br>
|
||||
SHA256SUM 0ee36d3659abb367e57d34214533fbed4561ba7ae127d627ec9beac496288c08</br>
|
||||
MD5SUM 2f1a8deda049cc9741cc22d08f52ecff</br>
|
||||
</h6>
|
||||
</div>
|
||||
<hr>
|
||||
<h3>old yiffOS image releases</h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue