mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -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>
15 lines
191 B
CSS
15 lines
191 B
CSS
@import url("common.css");
|
|
@import url("overrides.css");
|
|
@import url("lang.css");
|
|
|
|
#tocframe {
|
|
display: none;
|
|
}
|
|
|
|
body.toc_embeded {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.producttitle {
|
|
color: #336699;
|
|
}
|