fix capitalization of insight

This commit is contained in:
Matias Alejo Garcia 2014-02-13 11:29:21 -03:00
parent 6213b414e3
commit 5cd43cbcaa
5 changed files with 6 additions and 6 deletions

View File

@ -111,7 +111,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Ubuntu', sans-serif;
font-size: 34px;
font-style: italic;
font-weight: 400;
font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {

View File

@ -1,3 +1,3 @@
<div class="container" data-ng-controller="FooterController">
<a class="insight m10v pull-right" href="/">Insight <small>API v{{version}}</small></a>
<a class="insight m10v pull-right" href="/">insight <small>API v{{version}}</small></a>
</div>

View File

@ -7,7 +7,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="insight navbar-brand" href="/">Insight</a>
<a class="insight navbar-brand" href="/">insight</a>
</div>
<div class="navbar-collapse collapse" collapse="$root.isCollapsed">
<ul class="nav navbar-nav">

View File

@ -58,11 +58,11 @@
<div class="col-xs-12 col-md-4 col-gray">
<h2> About </h2>
<p>Insight is an open-source Bitcoin blockchain explorer with complete REST
<p><strong>insight</strong> is an open-source Bitcoin blockchain explorer with complete REST
and websocket APIs that can be used for writing web wallets and other apps
that need more advanced blockchain queries than provided by bitcoind RPC.
Check out the <a href="http://github.com/bitpay/insight" target="_blank">source code</a>.</p>
<p>Insight is still in development, so be sure to report any bugs and provide feedback for improvement at our <a href="https://github.com/bitpay/insight/issues" target="_blank">github issue tracker</a>.</p>
<p><strong>insight</strong> is still in development, so be sure to report any bugs and provide feedback for improvement at our <a href="https://github.com/bitpay/insight/issues" target="_blank">github issue tracker</a>.</p>
<div id="powered" class="row">
<div class="powered-text">
<small class="text-muted">Powered by</small>

View File

@ -50,7 +50,7 @@
<td class="text-right ellipsis"><a href="/block/{{lastblockhash}}">{{lastblockhash}}</a></td>
</tr>
<tr>
<td>Current Blockchain Tip(Insight)</td>
<td>Current Blockchain Tip(insight)</td>
<td class="text-right ellipsis"><a href="/block/{{syncTipHash}}">{{syncTipHash}}</a></td>