Add "Documentaries" and "Learning resources" links in "Resources"

Add link to Bitcoinfilm.org
Add link to the Khan academy course
This commit is contained in:
Saivann 2013-11-09 14:46:19 -05:00
parent 8cff57dfaa
commit 213d4fc2f0
6 changed files with 122 additions and 4 deletions

View file

@ -148,7 +148,7 @@ body{
}
.resources div{
border-top:expression((this.parentNode.getElementsByTagName('DIV')[3]==this)?'1px solid #e0e0e0':'');
border-top:expression((this.parentNode!=this.parentNode.parentNode.getElementsByTagName('DIV')[0])?'1px solid #e0e0e0':'0');
}
.resources div div{
zoom:1;

View file

@ -644,9 +644,12 @@ li p{
.resources{
text-align:left;
}
.resources>div:first-child+div{
.resources>div{
border-top:1px solid #e0e0e0;
}
.resources>div:first-child{
border-top:0;
}
.resources div div{
display:inline-block;
width:380px;
@ -1373,7 +1376,7 @@ h2 .rssicon{
padding-left:0;
margin-left:0;
}
.resources>div:first-child+div{
.resources>div{
border-top:0;
}
.resources div div{