Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 52881c7

Browse files
committed
Remove underlines, add a download title
1 parent 94baf67 commit 52881c7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

OpenTabletDriver.Web/Views/Shared/Release/_ReleaseCard.cshtml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,25 @@
1818
<div class="card-body">
1919
<div class="text-center">
2020
<img width="250" src="otd.png"/>
21+
<h4 class="col-lg-6 col-md-8 mx-auto">Downloads</h4>
22+
<br>
2123
</div>
2224
<ol style="list-style: none; display: flex; justify-content:space-between"
2325
class="text-center px-5 pb-3">
2426
<li>
25-
<a class="link-light d-flex flex-column" href="Wiki/Install/Windows">
27+
<a class="link-light d-flex flex-column" style="text-decoration:none" href="Wiki/Install/Windows">
2628
<img height="@imageSize" src="/images/platform/Windows_logo_-_2012_derivative.svg">
2729
Windows
2830
</a>
2931
</li>
3032
<li>
31-
<a class="link-light d-flex flex-column" href="Wiki/Install/Linux">
33+
<a class="link-light d-flex flex-column" style="text-decoration:none" href="Wiki/Install/Linux">
3234
<img height="@imageSize" src="/images/platform/TuxFlat.svg">
3335
Linux
3436
</a>
3537
</li>
3638
<li>
37-
<a class="link-light d-flex flex-column" href="Wiki/Install/MacOS">
39+
<a class="link-light d-flex flex-column" style="text-decoration:none" href="Wiki/Install/MacOS">
3840
<img height="@imageSize" src="/images/platform/Apple_Computer_Logo_rainbow.svg">
3941
macOS
4042
</a>

0 commit comments

Comments
 (0)