mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
8cff57dfaa
commit
213d4fc2f0
6 changed files with 122 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue