Move press disclaimer at the top

This commit is contained in:
Saivann 2013-05-01 00:05:38 -04:00
parent 4ce5098c8c
commit 1ea47219f8
3 changed files with 16 additions and 12 deletions

View file

@ -631,22 +631,18 @@ li{
.press-volunteer>div>div>img:first-child+p+p+p+p{ .press-volunteer>div>div>img:first-child+p+p+p+p{
margin:0px; margin:0px;
} }
.press-volunteer>p>img{ .press-volunteer>div>p>img{
vertical-align:bottom; vertical-align:bottom;
} }
.press-volunteer>div:first-child+p{ .press-volunteer>div:first-child+div+div>p{
margin-top:0px; margin-top:0px;
margin-bottom:10px; margin-bottom:10px;
} }
.press-volunteer>div:first-child+p+p{ .press-volunteer>div:first-child>p:first-child+p{
margin-top:0px;
margin-bottom:10px;
}
.press-volunteer>div:first-child+p+p+p{
height:0px; height:0px;
overflow:hidden; overflow:hidden;
margin-top:0px; margin-top:0px;
margin-bottom:20px; margin-bottom:10px;
font-size:85%; font-size:85%;
text-align:justify; text-align:justify;
transition:height 400ms ease-out; transition:height 400ms ease-out;

View file

@ -15,6 +15,14 @@ mode: wide
<div> <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> <div>
<img src="/img/press/volunteer/vitalik_buterin.jpg" alt="Vitalik Buterin"> <img src="/img/press/volunteer/vitalik_buterin.jpg" alt="Vitalik Buterin">
<p>Vitalik Buterin</p> <p>Vitalik Buterin</p>
@ -112,11 +120,11 @@ mode: wide
</div> </div>
<div>
<p>You can contact the press mailing list: <img src="/img/press/volunteer/mailinglist.png" alt="mailing list"></p> <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> </div>
<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>

View file

@ -141,7 +141,7 @@ while(p.nodeType!=1||p.nodeName!='P')p=p.nextSibling;
p.style.height='auto'; p.style.height='auto';
var nhe=getHeight(p); var nhe=getHeight(p);
p.style.height='0px'; p.style.height='0px';
p.style.height=nhe+'px'; p.style.height=(nhe+10)+'px';
t.parentNode.removeChild(t); t.parentNode.removeChild(t);
cancelEvent(e); cancelEvent(e);
} }