mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add temporary conference banner
This commit is contained in:
parent
0459ea8854
commit
3eb2abeb41
3 changed files with 11 additions and 0 deletions
|
@ -88,6 +88,7 @@ menu:
|
|||
<a href="/en/support-bitcoin"><img src="/img/but_involve.svg" alt="Support Bitcoin">Support Bitcoin</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="http://bitcoin2013.com" class="conferencebanner"><img src="/img/bitcoin2013_banner.png" alt="Bitcoin conference"></a>
|
||||
<div id="footer"><div>© Bitcoin Project 2009–2013 Released under the <a href="http://creativecommons.org/licenses/MIT/" target="_blank">MIT license</a></div></div>
|
||||
</div>
|
||||
<script type="text/javascript">svgfallback();</script>
|
||||
|
|
|
@ -571,6 +571,11 @@ li{
|
|||
-webkit-border-radius:9px;
|
||||
}
|
||||
|
||||
.conferencebanner{
|
||||
float:right;
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
/*Styles specific to mobiles*/
|
||||
|
||||
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
|
||||
|
@ -660,4 +665,9 @@ li{
|
|||
.preview{
|
||||
display:none;
|
||||
}
|
||||
.conferencebanner{
|
||||
float:none;
|
||||
display:inline-block;
|
||||
margin:0px 0px 10px 0px;
|
||||
}
|
||||
}
|
||||
|
|
BIN
img/bitcoin2013_banner.png
Normal file
BIN
img/bitcoin2013_banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue