Skip to content

Commit d771c82

Browse files
committed
table tweaks
1 parent e3dd83e commit d771c82

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

_static/devguide_overrides.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,9 @@
9494
font-size: var(--font-size--small--2);
9595
padding: .1em .2em;
9696
}
97+
98+
/* Table cells should always top-align */
99+
100+
table.docutils td {
101+
vertical-align: top;
102+
}

contrib/index.rst

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ Python Contributor's Guide (draft)
1111
activateTab(getOS());
1212
});
1313
</script>
14-
<style>
15-
table.docutils td { vertical-align: top; }
16-
</style>
1714

1815

1916
.. important::
@@ -71,12 +68,10 @@ major section at the top of each column.]*
7168
:widths: 10 10 10
7269
:header-rows: 1
7370

74-
* - Triaging
75-
- Documentation
76-
- Code
71+
* - :ref:`Triaging <c_triage>`
72+
- :ref:`Documentation <c_docs>`
73+
- :ref:`Code <c_code>`
7774
* -
78-
:ref:`c_triage`
79-
8075
* :ref:`tracker`
8176
* :ref:`triaging`
8277
* :ref:`helptriage`
@@ -85,17 +80,13 @@ major section at the top of each column.]*
8580
* :ref:`gh-faq`
8681
* :ref:`triage-team`
8782
-
88-
:ref:`c_docs`
89-
9083
* :ref:`docquality`
9184
* :ref:`documenting`
9285
* :ref:`style-guide`
9386
* :ref:`rst-primer`
9487
* :ref:`translating`
9588
* :ref:`devguide`
9689
-
97-
:ref:`c_code`
98-
9990
* :ref:`setup`
10091
* :ref:`help`
10192
* :ref:`pullrequest`

0 commit comments

Comments
 (0)