support specifying top alignment for tables

This commit is contained in:
Matias N 2020-08-17 12:29:31 -03:00 committed by Brennan Ashton
parent 911cc3f0ea
commit 896ba15f01
2 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,7 @@
} }
/* override table width restrictions */ /* override table width restrictions */
@media screen and (min-width: 767px) { @media screen and (min-width: 767px) {
.wy-table-responsive table td { .wy-table-responsive table td {
@ -24,9 +25,16 @@
} }
} }
/* remove useless padding on the sidebar */
.wy-nav-side .wy-nav-side
{ {
padding-bottom: 0em !important; padding-bottom: 0em !important;
} }
/* define some classes to be used */
table.valign-top td {
vertical-align: top !important;
}

View File

@ -10,7 +10,7 @@ CPU follow in parentheses. The state of the various ports vary
from board-to-board. Follow the links for the details: from board-to-board. Follow the links for the details:
.. list-table:: .. list-table::
:widths: auto :class: valign-top
* - * -
@ -88,6 +88,7 @@ follows in parentheses. The state of the various ports vary from MCU to
MCU. Follow the links for the details: MCU. Follow the links for the details:
.. list-table:: .. list-table::
:class: valign-top
* - * -