zephyr/boards/arm/mps2_an385
David B. Kinder f6521290e6 doc: replace hlist with column-width class
For long lists of items, it's better to use a multi-column display to
make better use of the screen space.  We used the hlist directive to
accomplish list, but it has a drawback on small (phone) screens because
under the hood, the rendering is done using tables.

Instead, we can take advantage of built-in CSS multi-column support
available in recent browsers.  So, convert uses of the hlist directive
to use an rst-class directive to apply a multi-column class to
the entity. The chosen column-width (18em) gives us a 3-column display
on typical window sizes, but will adjust to more or fewer columns
depending on the actual real estate available.

Also, update the documentation guidelines to mention this change.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-09-18 13:33:37 -04:00
..
doc doc: replace hlist with column-width class 2019-09-18 13:33:37 -04:00
CMakeLists.txt
Kconfig.board
Kconfig.defconfig
board.cmake
dts_fixup.h
mps2_an385.dts gpio: arm: cmsdk-gpio: Fixup dts binding / nodes 2019-08-09 11:49:16 -05:00
mps2_an385.yaml boards: Set support for serial port networking as netif:serial-net 2019-07-29 10:24:46 +03:00
mps2_an385_defconfig boards: arm: mps2_an385: clean up redundant Kconfig setting 2019-07-17 09:14:44 -07:00
pinmux.c cleanup: include/: move pinmux.h to drivers/pinmux.h 2019-06-27 22:55:49 -04:00