Skip to content

Commit

Permalink
Added padding for table of project members
Browse files Browse the repository at this point in the history
  • Loading branch information
exceptionfactory committed Nov 16, 2024
1 parent 4ba530d commit acb337e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
10 changes: 9 additions & 1 deletion content/community/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,23 @@ project is unbounded. Get involved today. All contributions to the project are g
Emeritus members are those that served as PMC members or committers and who have since moved into inactive status.
Their contributions and efforts are greatly appreciated in helping the community develop.

<div class="project-members">

| Apache Username | Name |
|-----------------|-------------------|
| bimargulies | Benson Margulies |
| jbarnabee | Jennifer Barnabee |
| pwicks | Peter Wicks |
| jpercivall | Joe Percivall |

</div>

## In Memoriam

<div class="project-members">

| Apache Username | Name |
|-----------------|-------------|
| jstorck | Jeff Storck |
| jstorck | Jeff Storck |

</div>
2 changes: 1 addition & 1 deletion themes/nifi/layouts/shortcodes/project-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{ $members = complement $excluded $members }}
{{- end -}}

<table>
<table class="project-members">
<thead>
<tr>
<th>Apache Username</th>
Expand Down
9 changes: 9 additions & 0 deletions themes/nifi/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,15 @@ footer h3 {
width: 40%;
}

.project-members th {
text-align: left;
padding: 4px;
}

.project-members td {
padding: 4px;
}

.component-items li {
margin-left: 10px;
}
Expand Down

0 comments on commit acb337e

Please sign in to comment.