Merge "improve readability of schedule table"
This commit is contained in:
commit
79b8f22b7e
@ -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
|
||||||
*
|
*
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user