mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Move press disclaimer at the top
This commit is contained in:
parent
4ce5098c8c
commit
1ea47219f8
3 changed files with 16 additions and 12 deletions
|
@ -631,22 +631,18 @@ li{
|
|||
.press-volunteer>div>div>img:first-child+p+p+p+p{
|
||||
margin:0px;
|
||||
}
|
||||
.press-volunteer>p>img{
|
||||
.press-volunteer>div>p>img{
|
||||
vertical-align:bottom;
|
||||
}
|
||||
.press-volunteer>div:first-child+p{
|
||||
.press-volunteer>div:first-child+div+div>p{
|
||||
margin-top:0px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.press-volunteer>div:first-child+p+p{
|
||||
margin-top:0px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.press-volunteer>div:first-child+p+p+p{
|
||||
.press-volunteer>div:first-child>p:first-child+p{
|
||||
height:0px;
|
||||
overflow:hidden;
|
||||
margin-top:0px;
|
||||
margin-bottom:20px;
|
||||
margin-bottom:10px;
|
||||
font-size:85%;
|
||||
text-align:justify;
|
||||
transition:height 400ms ease-out;
|
||||
|
|
|
@ -15,6 +15,14 @@ mode: wide
|
|||
|
||||
<div>
|
||||
|
||||
<p>Bitcoin has no official organization, individuals with authority, nor spokespeople. <a href="#" onclick="disclaimershow(event);">Read more</a></p>
|
||||
|
||||
<p>The Bitcoin project is open-source and, likewise, no one can speak with authority for Bitcoin. The Bitcoin community contains individuals who hold a wide spectrum of business experience or involvement, political ideas, personal opinions, technical competency, and style. This list of potential interviewees has been curated by Bitcoin community members with the intent to include individuals possessing a wide spectrum of experience, ideas, and geography. The individuals listed have been involved in the Bitcoin community for a significant period making tangible contributions, have demonstrated competence and professionalism when discussing Bitcoin, are flexible and willing to assist members of the press in both objective and persuasive ways, and are generally respected by other members of the Bitcoin community. However, an individual's appearance here should not be misconstrued as a general endorsement, either by the Bitcoin community or any particular individuals with, regards to potential interviewees and any businesses they may operate, nor any political or personal ideas they may expound, including prognostications about Bitcoin or the price or any other topic.</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<div>
|
||||
<img src="/img/press/volunteer/vitalik_buterin.jpg" alt="Vitalik Buterin">
|
||||
<p>Vitalik Buterin</p>
|
||||
|
@ -112,11 +120,11 @@ mode: wide
|
|||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
<p>You can contact the press mailing list: <img src="/img/press/volunteer/mailinglist.png" alt="mailing list"></p>
|
||||
|
||||
<p>Bitcoin has no official organization, individuals with authority, nor spokespeople. <a href="#" onclick="disclaimershow(event);">Read more</a></p>
|
||||
|
||||
<p>The Bitcoin project is open-source and, likewise, no one can speak with authority for Bitcoin. The Bitcoin community contains individuals who hold a wide spectrum of business experience or involvement, political ideas, personal opinions, technical competency, and style. This list of potential interviewees has been curated by Bitcoin community members with the intent to include individuals possessing a wide spectrum of experience, ideas, and geography. The individuals listed have been involved in the Bitcoin community for a significant period making tangible contributions, have demonstrated competence and professionalism when discussing Bitcoin, are flexible and willing to assist members of the press in both objective and persuasive ways, and are generally respected by other members of the Bitcoin community. However, an individual's appearance here should not be misconstrued as a general endorsement, either by the Bitcoin community or any particular individuals with, regards to potential interviewees and any businesses they may operate, nor any political or personal ideas they may expound, including prognostications about Bitcoin or the price or any other topic.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -141,7 +141,7 @@ while(p.nodeType!=1||p.nodeName!='P')p=p.nextSibling;
|
|||
p.style.height='auto';
|
||||
var nhe=getHeight(p);
|
||||
p.style.height='0px';
|
||||
p.style.height=nhe+'px';
|
||||
p.style.height=(nhe+10)+'px';
|
||||
t.parentNode.removeChild(t);
|
||||
cancelEvent(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue