summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar David Gatti2018-09-29 11:39:42 +0200
committerGravatar GitHub2018-09-29 11:39:42 +0200
commitbf1defa6ea1c7c0502d795ca358994a85e6e9c44 (patch)
tree7b8dee759b3568e4a6fa4c762b69bae844a86165
parentMS-DOS v2.0 Release (diff)
downloadms-dos-bf1defa6ea1c7c0502d795ca358994a85e6e9c44.tar.gz
ms-dos-bf1defa6ea1c7c0502d795ca358994a85e6e9c44.tar.xz
ms-dos-bf1defa6ea1c7c0502d795ca358994a85e6e9c44.zip
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 :)
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1ebe0d..b92d4e2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1<img width="150" height="150" style="float:left" alt="MS-DOS logo" src="https://github.com/Microsoft/MS-DOS/blob/master/msdos-logo.png"> 1<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">
2 2
3# MS-DOS v1.25 and v2.0 Source Code 3# MS-DOS v1.25 and v2.0 Source Code
4This repo contains the original source-code and compiled binaries for MS-DOS 1.25 and MS-DOS 2.0. 4This repo contains the original source-code and compiled binaries for MS-DOS 1.25 and MS-DOS 2.0.