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 d771c82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 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;
}
15 changes: 3 additions & 12 deletions contrib/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Python Contributor's Guide (draft)
activateTab(getOS());
});
</script>
<style>
table.docutils td { vertical-align: top; }
</style>


.. important::
Expand Down Expand Up @@ -71,12 +68,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 +80,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 d771c82

Please sign in to comment.