Skip to content

Commit 6aac3d2

Browse files
committed
Updated Bootstrap to 3.4.1
1 parent beef5ee commit 6aac3d2

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

html/assets/bootstrap/3.4.1/css/bootstrap-theme.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/assets/bootstrap/3.4.1/css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/assets/bootstrap/3.4.1/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/assets/bootstrap/3.4.1/css/bootstrap.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/assets/bootstrap/3.4.1/js/bootstrap.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/layout.head.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
<!-- Twitter Bootstrap -->
2222
<!-- Minified CSS -->
23-
<link rel="stylesheet" href="assets/bootstrap/3.3.7/css/bootstrap.min.css">
23+
<link rel="stylesheet" href="assets/bootstrap/3.4.1/css/bootstrap.min.css">
2424
<!-- Optional theme -->
25-
<link rel="stylesheet" href="assets/bootstrap/3.3.7/css/bootstrap-theme.min.css">
25+
<link rel="stylesheet" href="assets/bootstrap/3.4.1/css/bootstrap-theme.min.css">
2626
<!-- Minified JavaScript for Bootstrap -->
27-
<script src="assets/bootstrap/3.3.7/js/bootstrap.min.js"></script>
27+
<script src="assets/bootstrap/3.4.1/js/bootstrap.min.js"></script>
2828

2929
<!-- Font Awesome -->
3030
<link href="assets/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)