mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Fix conference banner position
This commit is contained in:
parent
3eb2abeb41
commit
4cf73aade1
2 changed files with 5 additions and 5 deletions
|
@ -88,8 +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 id="footer"><a href="http://bitcoin2013.com" class="conferencebanner"><img src="/img/bitcoin2013_banner.png" alt="Bitcoin conference"></a><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>
|
||||
</body>
|
||||
|
|
|
@ -572,8 +572,9 @@ li{
|
|||
}
|
||||
|
||||
.conferencebanner{
|
||||
float:right;
|
||||
margin-right:5px;
|
||||
position:absolute;
|
||||
top:0px;
|
||||
right:5px;
|
||||
}
|
||||
|
||||
/*Styles specific to mobiles*/
|
||||
|
@ -666,7 +667,7 @@ li{
|
|||
display:none;
|
||||
}
|
||||
.conferencebanner{
|
||||
float:none;
|
||||
position:static;
|
||||
display:inline-block;
|
||||
margin:0px 0px 10px 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue