Skip to content

Commit

Permalink
table tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 1, 2024
1 parent e3dd83e commit 4939b1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 6 additions & 0 deletions _static/devguide_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@
font-size: var(--font-size--small--2);
padding: .1em .2em;
}

/* Table cells should always top-align */

table.docutils td {
vertical-align: top;
}
12 changes: 3 additions & 9 deletions contrib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ major section at the top of each column.]*
:widths: 10 10 10
:header-rows: 1

* - Triaging
- Documentation
- Code
* - :ref:`Triaging <c_triage>`
- :ref:`Documentation <c_docs>`
- :ref:`Code <c_code>`
* -
:ref:`c_triage`

* :ref:`tracker`
* :ref:`triaging`
* :ref:`helptriage`
Expand All @@ -85,17 +83,13 @@ major section at the top of each column.]*
* :ref:`gh-faq`
* :ref:`triage-team`
-
:ref:`c_docs`

* :ref:`docquality`
* :ref:`documenting`
* :ref:`style-guide`
* :ref:`rst-primer`
* :ref:`translating`
* :ref:`devguide`
-
:ref:`c_code`

* :ref:`setup`
* :ref:`help`
* :ref:`pullrequest`
Expand Down

0 comments on commit 4939b1e

Please sign in to comment.