Skip to content

Commit

Permalink
title link #162
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Mar 23, 2016
1 parent 2beb69e commit 1863446
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/initial-setup.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions assets/css/initial-setup/main.styl
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@
.a0-header {
text-align:center;
border-bottom:1px solid separatorBorder;
a {
outline:none;
border: none;
box-shadow: none;
}
img {
height:55px;
margin: 30px auto;
Expand Down
4 changes: 3 additions & 1 deletion templates/initial-setup/partials/header.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<div class="a0-header">
<img style="height: 55px;" src="http://cdn.auth0.com/styleguide/latest/img/logo-blue.png" />
<a href="https://manage.auth0.com" target="_blank">
<img style="height: 55px;" src="http://cdn.auth0.com/styleguide/latest/img/logo-blue.png" />
</a>
</div>

0 comments on commit 1863446

Please sign in to comment.