Revert to older version of bootstrap, requires more work to get the layout working again

Especially the mailbox is not working in Bootstrap version 4
This commit is contained in:
Nanne Baars 2021-04-23 10:21:19 +02:00
parent ac0cb3560c
commit 70cda80176
No known key found for this signature in database
GPG Key ID: A6D6C06FE4EC14E7
2 changed files with 3 additions and 3 deletions

View File

@ -84,12 +84,12 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>5.0.0-beta3</version>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>3.6.0</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>

View File

@ -6,7 +6,7 @@
href="/webjars/bootstrap/3.3.7/css/bootstrap.min.css"/>
<!--<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"/>-->
<link rel="stylesheet" th:href="@{/css/main.css}"/>
<script src="/webjars/jquery/3.2.1/jquery.min.js"></script>
<script src="/webjars/jquery/3.5.1/jquery.min.js"></script>
<script src="/webjars/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</div>
</head>