Skip to content

Commit c831c26

Browse files
committed
fix bootstrap, remove period from banner
1 parent 92acbe9 commit c831c26

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

stubbornjava-webapp/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "",
55
"dependencies": {
66
"anchor-js": "^3.2.1",
7-
"bootstrap": "^4.0.0-beta",
7+
"bootstrap": "^4.0.0",
88
"exports-loader": "^0.6.4",
99
"font-awesome": "^4.5.0",
1010
"jquery": "^3.1.0",

stubbornjava-webapp/ui/src/pages/home.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{#*inline "content"}}
44
<div class="page-heading">
55
<div class="container center-text">
6-
<h1>Unconventional guides, examples, and blog utilizing modern Java.</h1>
6+
<h1>Unconventional guides, examples, and blog utilizing modern Java</h1>
77
</div>
88
</div>
99

stubbornjava-webapp/ui/src/widgets/subscribe/subscribe.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
@import '~bootstrap/scss/_mixins.scss';
33
@import '~bootstrap/scss/_variables.scss';
44
@import '~bootstrap/scss/_buttons.scss';
5+
@import '~bootstrap/scss/_forms.scss';
56
@import '~bootstrap/scss/_input-group.scss';
67

78
@import '../../common/skin.scss';

0 commit comments

Comments
 (0)