Skip to content

Commit

Permalink
Manage alignment of button.
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Nov 10, 2015
1 parent 8309196 commit 60d910f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,9 @@ html(lang="en-US", ng-app="soundtrack-io")
| itcoin »
|  
img#qrcode(width="30", height="30", src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEX///8AAABVwtN+AAABLElEQVQ4T5XSIY6FMAAE0CEVde0Ffn6vgSDhSsWt+q3DsVdqguAaJVyguArSWbH52XyxBcY9N5kM8BFHNgERMGSsykLqmVz8A01dA8eGPgKPfr8pPXtyuiJ0zmScykKqTpPTu+dFOVJ1dl2m9xL/CgBgzTL9jXpJjiMPxzxsizrRgSZosxSTdaxKQe5zegJiSbijxxfpi0yGqq4hSj1/R1lESHXpzavONkEf/R5vCHAJeEovmFCV2zw6ywBD3JE143445hfAWJVjboKOfTL5RFaMnJPJEARuKaP3TwC9jnVBFuHXrJkLqgKgOreGF/rff16UI3WAWaZHm1CVhWyCLbKgxR0NHPXhCjSZzhWwBqA9lxIsrRW53JGFVMIXuW9Z1eVIJRLaIfbpjj7yA/lJP9Nk+R7YAAAAAElFTkSuQmCC", onmouseover="javascript:$('#qrcode').attr('width',100).attr('height',100)", onmouseout="javascript:$('#qrcode').attr('width',30).attr('height',30)")

script(async, defer, src="https://community.ericmartindale.com/slackin.js?large")

div(style="vertical-align:bottom; display:inline-block;")
script(async, defer, src="https://community.ericmartindale.com/slackin.js?large")

.span6
a(href="/pool") Machine Pool
Expand Down

0 comments on commit 60d910f

Please sign in to comment.