Skip to content

Commit fe8aa52

Browse files
committed
Change cursor for badges
1 parent fccbe70 commit fe8aa52

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44
<meta charset="UTF-8">
5-
<meta http-equiv="last-modified" content="Sun, 13 Oct 2024 16:10:00 GMT+02:00">
5+
<meta http-equiv="last-modified" content="Sun, 13 Oct 2024 16:30:00 GMT+02:00">
66
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
77
<title>Java Versions Cheat Sheet</title>
88
<meta name="author" content="Andrea Binello">
@@ -20,8 +20,8 @@
2020
<link rel="canonical" href="https://andbin.github.io/java-versions-cheat-sheet/">
2121
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" integrity="sha512-SbiR/eusphKoMVVXysTKG/7VseWii+Y3FdHrt0EpKgpToZeemhqHeZeLWLhJutz/2ut2Vw1uQEj2MbRF+TVBUA==" crossorigin="anonymous" referrerpolicy="no-referrer">
2222
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer">
23-
<link rel="stylesheet" href="fonts/roboto.css?v=2410131610">
24-
<link rel="stylesheet" href="styles.css?v=2410131610">
23+
<link rel="stylesheet" href="fonts/roboto.css?v=2410131630">
24+
<link rel="stylesheet" href="styles.css?v=2410131630">
2525
</head>
2626
<body>
2727
<div class="container">
@@ -1362,5 +1362,5 @@ <h5 class="card-header">Java 26 / Java SE 26</h5>
13621362
</div>
13631363
<div class="pt-3 mb-3 border-top border-2 border-secondary-subtle text-center"><a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img decoding="async" loading="lazy" src="images/cc-by-sa.svg" class="jv-cc-banner" alt="Creative Commons Attribution-ShareAlike License" title="Creative Commons Attribution-ShareAlike License"></a></div>
13641364
</footer>
1365-
</div><button type="button" id="scrolltop" data-bs-placement="left" title="Scroll to top"><i class="fa-solid fa-turn-up" aria-hidden="true"></i></button><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.slim.min.js" integrity="sha512-sNylduh9fqpYUK5OYXWcBleGzbZInWj8yCJAU57r1dpSK9tP2ghf/SRYCMj+KsslFkCOt3TvJrX2AV/Gc3wOqA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js" integrity="sha512-i9cEfJwUwViEPFKdC1enz4ZRGBj8YQo6QByFTF92YXHi7waCqyexvRD75S5NVTsSiTv7rKWqG9Y5eFxmRsOn0A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="script.js?v=2410131610"></script></body>
1365+
</div><button type="button" id="scrolltop" data-bs-placement="left" title="Scroll to top"><i class="fa-solid fa-turn-up" aria-hidden="true"></i></button><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.slim.min.js" integrity="sha512-sNylduh9fqpYUK5OYXWcBleGzbZInWj8yCJAU57r1dpSK9tP2ghf/SRYCMj+KsslFkCOt3TvJrX2AV/Gc3wOqA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.bundle.min.js" integrity="sha512-i9cEfJwUwViEPFKdC1enz4ZRGBj8YQo6QByFTF92YXHi7waCqyexvRD75S5NVTsSiTv7rKWqG9Y5eFxmRsOn0A==" crossorigin="anonymous" referrerpolicy="no-referrer"></script><script src="script.js?v=2410131630"></script></body>
13661366
</html>

docs/styles.css

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ th { font-weight: 500; }
44
thead th { line-height: 1.1em; }
55
a:hover { color: #ff1e56; }
66
footer .fa-li i { font-size: 110%; vertical-align: -5%; }
7+
.badge { cursor: default; }
78
.card { border-color: #222; }
89
.card.jv-resources span { padding-left: 0.18em; padding-right: 0.18em; }
910
.card ul { list-style: disc; margin-bottom: 0; }

0 commit comments

Comments
 (0)