Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #807 from matthewjamesr/develop
Browse files Browse the repository at this point in the history
Add CP Logo to Login
  • Loading branch information
Robby Dermody committed Dec 12, 2016
2 parents 9cf30f1 + 913023b commit 391c2a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/components/logon.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
overflow: auto;
}

.welcomeLogo {
margin: 10px 0px 10px 0px;
text-align: center;
}

.sales-title {
text-align: center;
margin: 0px;
Expand Down
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ <h1>
<span data-bind="locale: 'welcome'"></span>
<span data-bind="visible: USE_TESTNET, locale: 'testnet'"></span>
</h1>
<img class="welcomeLogo" src="http://counterparty.io/wp-content/themes/counterparty/images/logo.png"></img>
<h2 data-bind="locale: 'powered_by_counterparty'"></h2>
<div id="form-well">

Expand Down

0 comments on commit 391c2a0

Please sign in to comment.