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> <dependency>
<groupId>org.webjars</groupId> <groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId> <artifactId>bootstrap</artifactId>
<version>5.0.0</version> <version>5.1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.webjars.npm</groupId> <groupId>org.webjars.npm</groupId>

View File

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

View File

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

View File

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