mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +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
|
@ -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