Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Commit

Permalink
Misc styling changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Apr 18, 2018
1 parent 58fbc97 commit a1cffa0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions www/static/css/sharkscout.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ h5 > .badge, .h5 > .badge {
padding: 3px 7px;
}

a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
}


/***** Bootstrap Additions *****/

Expand Down
2 changes: 1 addition & 1 deletion www/static/js/sharkscout.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function openSocket() {
'</div>',
'type': data.toast.type,
'offset': {
'y': 65,
'y': 10,
'x': 10
},
'mouse_over': 'pause'
Expand Down

0 comments on commit a1cffa0

Please sign in to comment.