small http and css changes

pull/30/head
moneroexamples 7 years ago
parent 346d605c31
commit af41a98807

@ -162,7 +162,7 @@ p {
}
.body-section {
margin-bottom: 0px;
padding-top: 60px;
padding-top: 30px;
padding-bottom: 0px;
background-color: transparent;
font-size: 14px;

@ -7,7 +7,6 @@
</div>
<div class="balance-text" ng-show="blockchain_height">
{{balance | money:false:true}} / {{balance_unlocked | money:false:true}}<br/>
Refreshed: {{account_scanned_block_height}} / {{blockchain_height}}<br/>
Timestamp: {{account_scanned_block_timestamp | time}}
Refreshed: {{account_scanned_block_height}} ({{account_scanned_block_timestamp | time}}) / {{blockchain_height}}<br/>
</div>
</div>

@ -26,13 +26,13 @@
<div class="no-account-div">
<div class="info-header middle">What is Open Monero?</div>
<div class="no-account-text thin middle">
Open Monero is an open source, proof of concept implementation
of https://mymonero.com/. The frontend, html, css, JavaScript, were adapted
Open Monero is an open source, re-implementation
of https://mymonero.com/.
The frontend, html, css, JavaScript, were adapted
from, and originally developed by https://mymonero.com/.
MyMonero's backend is closed source. Thus for Open Monero, the open sourced
backand server was developed from scratch. As such it is open source, free
to use and modify by anybody.
The Open Monero backendis open source, free
to use and modify.
</div>
</div>
</div>

Loading…
Cancel
Save