numam-dpdk/doc/api/custom.css
Dmitry Kozlyuk e4c2241419 doc: simplify CSS customization for Doxygen
CSS for API documentation was customized by a shell script
modifying the file that Doxygen produces.
This way CSS code is kept in a script and an extra build step is added.
Move custom style to a plain CSS file.
Use Doxygen capability to attach this extra stylesheet.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2022-06-01 11:26:11 +02:00

7 lines
158 B
CSS

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2013 6WIND S.A.
*/
/* space between item and its comment */
dd td:first-child { padding-right: 2em; }