Skip to content

Commit 5ede01f

Browse files
committed
fix: styling in ISO download section
1 parent 859868c commit 5ede01f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

includes/msdl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
document.head.appendChild(styleSheet)
1313
</script>
1414

15-
<center class="noJs centerMsdl">
15+
<center markdown class="noJs centerMsdl">
1616
<div class="msdl-button-container">
17-
<button markdown class="msdl-button" style="margin-right: 2px" onclick="getWindows({{ msdl.win11.pid }});">Download Windows 11 {{ msdl.win11.version }}</button>
18-
<button markdown class="msdl-button" style="margin-left: 2px" onclick="getWindows({{ msdl.win10.pid }});">Download Windows 10 {{ msdl.win10.version }}</button>
17+
<button markdow class="msdl-button" style="margin-right: 2px" onclick="getWindows({{ msdl.win11.pid }});">Download Windows 11 {{ msdl.win11.version }}</button>
18+
<button markdow class="msdl-button" style="margin-left: 2px" onclick="getWindows({{ msdl.win10.pid }});">Download Windows 10 {{ msdl.win10.version }}</button>
1919
</div>
2020

2121
<div id="msdl-ms-content"></div>

0 commit comments

Comments
 (0)