Merge "improve readability of schedule table"
This commit is contained in:
commit
79b8f22b7e
@ -9,6 +9,7 @@
|
||||
.. list-table::
|
||||
:header-rows: 1
|
||||
:widths: 15 5 30 30
|
||||
:class: schedule
|
||||
|
||||
- * Week
|
||||
*
|
||||
|
@ -44,6 +44,13 @@ ol.loweralpha {
|
||||
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 */
|
||||
td ul {
|
||||
margin-bottom: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user