support specifying top alignment for tables
This commit is contained in:
parent
911cc3f0ea
commit
896ba15f01
2 changed files with 10 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
}
|
||||
|
||||
/* override table width restrictions */
|
||||
|
||||
@media screen and (min-width: 767px) {
|
||||
|
||||
.wy-table-responsive table td {
|
||||
|
@ -24,9 +25,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* remove useless padding on the sidebar */
|
||||
|
||||
.wy-nav-side
|
||||
{
|
||||
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:
|
||||
|
||||
.. 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:
|
||||
|
||||
.. list-table::
|
||||
:class: valign-top
|
||||
|
||||
* -
|
||||
|
||||
|
|
Loading…
Reference in a new issue