support specifying top alignment for tables
This commit is contained in:
parent
911cc3f0ea
commit
896ba15f01
@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
* -
|
* -
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user