Merge "improve readability of schedule table"

This commit is contained in:
Zuul 2019-10-03 19:53:59 +00:00 committed by Gerrit Code Review
commit 79b8f22b7e
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@
.. list-table:: .. list-table::
:header-rows: 1 :header-rows: 1
:widths: 15 5 30 30 :widths: 15 5 30 30
:class: schedule
- * Week - * Week
* *

View File

@ -44,6 +44,13 @@ ol.loweralpha {
font-weight: 400; font-weight: 400;
} }
/* ensure the entries in the schedule table align so it is easy to
read when multiple deadlines fall on the same week (see
schedule_table.tmpl) */
table.schedule td {
vertical-align: top
}
/* lists within tables don't need as much margin */ /* lists within tables don't need as much margin */
td ul { td ul {
margin-bottom: 0; margin-bottom: 0;