Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1752 → Rev 1753

/website/index-main.php
33,7 → 33,7
 
<div class="download">
<div>
<p>Multilingual support</p>
<h3>Multilingual support</h3>
<ul>
<?php
$arr = array('cd' => 'CD-ROM ISO', 'floppy-2.88M' => '2.88M floppy disks', 'floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'usb' => 'bootable USB image');
45,7 → 45,7
</ul>
</div>
<div>
<p>English only</p>
<h3>English only</h3>
<ul>
<?php
$arr = array('floppy-1.44M' => '1.44M floppy disks', 'floppy-1.2M' => '1.2M floppy disks', 'floppy-720K' => '720K floppy disks', 'floppy-360K' => '360K floppy disks');
/website/style.css
59,6 → 59,7
div.download {
display: flex;
justify-content; start;
flex-wrap: wrap;
}
 
div.download div {
66,10 → 67,18
flex-direction: column;
border: 1px #aaa solid;
border-radius: 0.25em;
margin: 0.75em 3em 0.75em 0.25em;
margin: 0.75em 2.5em 0.75em 0.25em;
padding: 0.2em 0.75em;
min-width: 12em;
}
 
div.download div h3 {
text-align: center;
font-weight: bold;
font-size: 1em;
margin: 0.5em 0 0 0;
}
 
div.download div p {
margin: 0 0 0.5em 0;
}