mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Add "Additional Resources" subsection in devel-docs (thanks @cbeams @harding @instagibbs)
This commit is contained in:
parent
c1d2ff108c
commit
e7b238d35e
5 changed files with 54 additions and 12 deletions
|
@ -1018,6 +1018,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;
|
||||
}
|
||||
|
@ -1949,6 +1972,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