Merge pull request #423 from bitcoin/devel-resources

Add "Additional Resources" subsection in devel-docs
This commit is contained in:
saivann 2014-05-26 10:39:21 -04:00
commit 5edf81fde5
5 changed files with 54 additions and 12 deletions

View file

@ -190,6 +190,11 @@ body{
border-top:expression(this.parentNode.className=='resourcesorg'&&this.parentNode.getElementsByTagName('DIV')[0]!=this?'1px solid #e0e0e0':'0');
}
.resourcesmore div{
zoom:1;
display:inline;
}
.docreference a{
zoom:1;
display:inline;

View file

@ -1034,6 +1034,29 @@ table td,table th{
bottom:-6px;
}
.resourcesmore{
text-align:center;
margin-top:40px;
}
.resourcesmore div{
display:inline-block;
text-align:left;
padding:20px 40px;
border-top:1px solid #e0e0e0;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
}
.resourcesmore div h2{
text-align:center;
margin-bottom:25px;
}
.resourcesmore div p{
font-size:115%;
margin:6px 0;
padding-left:24px;
background:url(/img/mini_ico_link.svg) no-repeat 0 4px;
}
.chatbox{
text-align:center;
}
@ -1965,6 +1988,16 @@ h2 .rssicon{
.resourcesorg div{
border-top:0;
}
.resourcesmore{
margin-top:0;
}
.resourcesmore div{
padding:0;
border:0;
}
.resourcesmore div h2{
text-align:left;
}
.download{
text-align:left;
}