Add "Additional Resources" subsection in devel-docs (thanks @cbeams @harding @instagibbs)

This commit is contained in:
Saivann 2014-05-24 16:07:41 -04:00
parent c1d2ff108c
commit e7b238d35e
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

@ -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;
}