mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-19 03:54:03 +01:00
17 lines
192 B
CSS
17 lines
192 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;
|
|
}
|
|
|