Skip to content

Commit ae7252e

Browse files
h-g-sCopilot
andcommitted
docs: put n first in RCPSP tables, fix CSS column selectors
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fb776f3 commit ae7252e

2 files changed

Lines changed: 123 additions & 123 deletions

File tree

docs/_static/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
table.numtable td { text-align: right; }
33
table.numtable th { text-align: center; }
44

5-
/* Left-align the first two columns in RCPSP tables (Resources, Prec) */
6-
table.rcpsp-table td:nth-child(1),
7-
table.rcpsp-table td:nth-child(2) { text-align: left; }
5+
/* Left-align the Res and Prec columns in RCPSP tables (2nd and 3rd columns) */
6+
table.rcpsp-table td:nth-child(2),
7+
table.rcpsp-table td:nth-child(3) { text-align: left; }

0 commit comments

Comments
 (0)