bootstrap update to 5.1.1

This commit is contained in:
mbremer
2021-10-10 17:10:25 +02:00
parent fde4987c8a
commit 6770b38aa0
4 changed files with 6 additions and 6 deletions

View File

@@ -100,7 +100,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>5.0.0</version>
<version>5.1.1</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/webjars/bootstrap/5.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/webjars/bootstrap/5.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/webjars/bootstrap-icons/1.5.0/font/bootstrap-icons.css">
<title>Bürokalender</title>
</head>

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/webjars/bootstrap/5.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/webjars/bootstrap/5.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/webjars/bootstrap-icons/1.5.0/font/bootstrap-icons.css">
<title>Bürokalender</title>
</head>
@@ -28,6 +28,6 @@
</div>
</div>
</div>
<script src="/webjars/bootstrap/5.0.0/js/bootstrap.min.js"></script>
<script src="/webjars/bootstrap/5.1.1/js/bootstrap.min.js"></script>
</body>
</html>

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/webjars/bootstrap/5.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="/webjars/bootstrap/5.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="/webjars/bootstrap-icons/1.5.0/font/bootstrap-icons.css">
<title>Bürokalender</title>
@@ -30,6 +30,6 @@
{#insert contents}No contents!{/}
</div>
<script src="/webjars/popper.js/2.9.2/umd/popper.min.js"></script>
<script src="/webjars/bootstrap/5.0.0/js/bootstrap.min.js"></script>
<script src="/webjars/bootstrap/5.1.1/js/bootstrap.min.js"></script>
</body>
</html>