mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Link more open-source projects in the development page
This commit is contained in:
parent
9e77652d3e
commit
2916d7090a
4 changed files with 56 additions and 0 deletions
|
@ -458,6 +458,20 @@ li{
|
|||
text-align:center;
|
||||
}
|
||||
|
||||
.devprojectlist{
|
||||
overflow:hidden;
|
||||
}
|
||||
.devprojectlist>li{
|
||||
display:none;
|
||||
}
|
||||
.devprojectlist>li:first-child,.devprojectlist>li:first-child+li,.devprojectlist>li:first-child+li+li,.devprojectlist>li:first-child+li+li+li{
|
||||
display:list-item;
|
||||
}
|
||||
.devprojectlist>a{
|
||||
display:inline-block;
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
.floatimg{
|
||||
float:left;
|
||||
margin-right:10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue