Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 63c9ce0

Browse files
committed
Fixed small CSS alignment issue, bumped version
1 parent dcb50ed commit 63c9ce0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/views/embed.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ block body
1616
span.icon.icon-play
1717
| Resume
1818
#appTitle Loading...
19-
.controls
19+
.controls.text-right
2020
button#helpButton.btn.btn-primary.main.disabled(data-toggle='tooltip', title='Play Help')
2121
span.icon.icon-help
2222
button#soundButton.btn.btn-primary.main.muted.disabled(data-toggle='tooltip', title='Toggle All Sounds')

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollConnect",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"dependencies": {
55
"jquery": "*",
66
"bootstrap": "*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.7",
2+
"version": "1.1.8",
33
"private": true,
44
"devDependencies": {
55
"grunt": "^0.4.5",

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollConnect",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"main": [
55
"src/plugins/*.js",
66
"src/widgets/*.js",

0 commit comments

Comments
 (0)