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:
parent
ac0cb3560c
commit
70cda80176
@ -84,12 +84,12 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.webjars</groupId>
|
<groupId>org.webjars</groupId>
|
||||||
<artifactId>bootstrap</artifactId>
|
<artifactId>bootstrap</artifactId>
|
||||||
<version>5.0.0-beta3</version>
|
<version>3.3.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.webjars</groupId>
|
<groupId>org.webjars</groupId>
|
||||||
<artifactId>jquery</artifactId>
|
<artifactId>jquery</artifactId>
|
||||||
<version>3.6.0</version>
|
<version>3.5.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hsqldb</groupId>
|
<groupId>org.hsqldb</groupId>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
href="/webjars/bootstrap/3.3.7/css/bootstrap.min.css"/>
|
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 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}"/>
|
<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>
|
<script src="/webjars/bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
||||||
</div>
|
</div>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user