Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
Merge branch 'wallet' of github.com:ethereum/mist into wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
frozeman committed Mar 4, 2016
2 parents 0c276ff + c295091 commit 4912a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion interface/client/styles/splashScreen.import.less
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-webkit-app-region: drag;

&.wallet {
background-image: url('/images/bg-homestead.jpg?8');
background-image: url('/images/bg-homestead.jpg');

h1 {
color: #fff;
Expand Down
4 changes: 2 additions & 2 deletions interface/client/templates/popupWindows/onboardingScreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h6 class="address"> {{TemplateVar.get "newAccount"}} </h6>
<h1> {{i18n "mist.popupWindows.onboarding.learnIt"}} </h1>
<div class="col col-6 col-left">
{{{i18n "mist.popupWindows.onboarding.tutorial1Description"}}}
<p><a href="https://blog.ethereum.org/2015/12/03/how-to-build-your-own-cryptocurrency/" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
<p><a href="https://www.ethereum.org/token" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
</div>
<div class="col col-6 tutorial-token"></div>
<div class="col col-12 footer-buttons">
Expand All @@ -100,7 +100,7 @@ <h1> {{i18n "mist.popupWindows.onboarding.learnIt"}} </h1>
<h1> {{i18n "mist.popupWindows.onboarding.learnIt"}} </h1>
<div class="col col-6 col-left">
{{{i18n "mist.popupWindows.onboarding.tutorial3Description"}}}
<p><a href="https://blog.ethereum.org/2015/12/04/ethereum-in-practice-part-2-how-to-build-a-better-democracy-in-under-a-100-lines-of-code/" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
<p><a href="https://www.ethereum.org/dao" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
</div>
<div class="col col-6 tutorial-dao"></div>
<div class="col col-12 footer-buttons">
Expand Down
Binary file modified interface/public/images/bg-homestead.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4912a04

Please sign in to comment.