mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-17 06:59:46 -05:00
By structuring things differently, it becomes possible to have a complete build of the docs in the build dir, without having to install anything. Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
14 lines
278 B
CSS
14 lines
278 B
CSS
/*headings*/
|
|
h1, h2, h3, h4, h5, h6,
|
|
div.producttitle,
|
|
div.subtitle,
|
|
div.author div.author,
|
|
div.translator div.translator,
|
|
div.othercredit div.othercredit,
|
|
div.editor div.editor,
|
|
div.contrib div.contrib,
|
|
.title,
|
|
.titlepage .edition,
|
|
.titlepage .releaseinfo {
|
|
color: #336699;
|
|
}
|