mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Merge pull request #423 from bitcoin/devel-resources
Add "Additional Resources" subsection in devel-docs
This commit is contained in:
commit
5edf81fde5
5 changed files with 54 additions and 12 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue