mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add non-profit organizations to the community page
This commit is contained in:
parent
7197607dcb
commit
7bda69863c
15 changed files with 128 additions and 0 deletions
|
@ -170,6 +170,15 @@ body{
|
|||
border-top:0;
|
||||
}
|
||||
|
||||
.resourcesorg div div{
|
||||
zoom:1;
|
||||
display:inline;
|
||||
padding:20px 0;
|
||||
}
|
||||
.resourcesorg div{
|
||||
border-top:expression(this.parentNode.className=='resourcesorg'&&this.parentNode.getElementsByTagName('DIV')[0]!=this?'1px solid #e0e0e0':'0');
|
||||
}
|
||||
|
||||
.downloadbox{
|
||||
zoom:1;
|
||||
display:inline;
|
||||
|
|
|
@ -685,6 +685,31 @@ li p{
|
|||
margin:6px 0;
|
||||
}
|
||||
|
||||
.resourcesorg{
|
||||
margin-bottom:40px;
|
||||
text-align:left;
|
||||
font-size:0;
|
||||
}
|
||||
.resourcesorg div{
|
||||
border-top:1px solid #e0e0e0;
|
||||
}
|
||||
.resourcesorg div:first-child,.resourcesorg div div{
|
||||
border-top:0;
|
||||
}
|
||||
.resourcesorg div div{
|
||||
width:278px;
|
||||
font-size:16px;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
}
|
||||
.resourcesorg img{
|
||||
margin-right:5px;
|
||||
width:24px;
|
||||
height:24px;
|
||||
position:relative;
|
||||
bottom:-6px;
|
||||
}
|
||||
|
||||
.chatbox{
|
||||
text-align:center;
|
||||
}
|
||||
|
@ -1511,6 +1536,13 @@ h2 .rssicon{
|
|||
padding-left:0;
|
||||
margin-left:0;
|
||||
}
|
||||
.resourcesorg div div{
|
||||
width:auto;
|
||||
display:block;
|
||||
}
|
||||
.resourcesorg div{
|
||||
border-top:0;
|
||||
}
|
||||
}
|
||||
|
||||
/* Deprecated styles (should be removed when translations are updated) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue