mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
16 lines
191 B
CSS
16 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;
|
||
|
|
}
|