File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change @@ -71,12 +71,10 @@ major section at the top of each column.]*
7171 :widths: 10 10 10
7272 :header-rows: 1
7373
74- * - Triaging
75- - Documentation
76- - Code
74+ * - :ref: ` Triaging < c_triage >`
75+ - :ref: ` Documentation < c_docs >`
76+ - :ref: ` Code < c_code >`
7777 * -
78- :ref: `c_triage `
79-
8078 * :ref: `tracker `
8179 * :ref: `triaging `
8280 * :ref: `helptriage `
@@ -85,17 +83,13 @@ major section at the top of each column.]*
8583 * :ref: `gh-faq `
8684 * :ref: `triage-team `
8785 -
88- :ref: `c_docs `
89-
9086 * :ref: `docquality `
9187 * :ref: `documenting `
9288 * :ref: `style-guide `
9389 * :ref: `rst-primer `
9490 * :ref: `translating `
9591 * :ref: `devguide `
9692 -
97- :ref: `c_code `
98-
9993 * :ref: `setup `
10094 * :ref: `help `
10195 * :ref: `pullrequest `
You can’t perform that action at this time.
0 commit comments