Added working float left

Since in the code there was a ry to make the image float left, fixed the styling to make the image actually co left :)
This commit is contained in:
David Gatti 2018-09-29 11:39:42 +02:00 committed by GitHub
parent 80ab2fddfd
commit bf1defa6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<img width="150" height="150" style="float:left" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png">
<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png">
# MS-DOS v1.25 and v2.0 Source Code
This repo contains the original source-code and compiled binaries for MS-DOS 1.25 and MS-DOS 2.0.