mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
add logo to header
This commit is contained in:
parent
5e114f37d6
commit
bd42779404
4 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@ layout: base
|
||||||
<div id="masthead">
|
<div id="masthead">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="container primarybox">
|
<div class="container primarybox">
|
||||||
<h1>Bitcoin <small>P2P Digital Currency</small></h1>
|
<h1><img width=38 height=40 src="/img/logo_small.png" class="thelogo" /> Bitcoin <small>P2P Digital Currency</small></h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -113,3 +113,7 @@ table.unstyled td {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: auto;
|
top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thelogo {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 3.3 KiB |
|
@ -16,7 +16,7 @@ ALERT:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span11 primarybox">
|
<div class="span11 primarybox">
|
||||||
<h1>Bitcoin <small>P2P Digital Currency</small></h1>
|
<h1><img width=38 height=40 src="/img/logo_small.png" class="thelogo" /> Bitcoin <small>P2P Digital Currency</small></h1>
|
||||||
<p>
|
<p>
|
||||||
Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world.
|
Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world.
|
||||||
Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out <a href="bitcoin.pdf">collectively by the network</a>.
|
Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out <a href="bitcoin.pdf">collectively by the network</a>.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue