6a6059a9a6
Some features could be made clearer if the CLI commands which are related to that feature are listed. This patch set allows to set CLI commands per feature. This is an interim solution until the new feature classification system is established. Change-Id: If599627187080a8349811f50f6561e9efbc35138
47 lines
638 B
CSS
47 lines
638 B
CSS
|
|
.sp_feature_mandatory {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sp_feature_optional {
|
|
}
|
|
|
|
.sp_feature_choice {
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sp_feature_condition {
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
.sp_impl_complete {
|
|
color: rgb(0, 120, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_missing {
|
|
color: rgb(120, 0, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_partial {
|
|
color: rgb(170, 170, 0);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_unknown {
|
|
color: rgb(170, 170, 170);
|
|
font-weight: normal;
|
|
}
|
|
|
|
.sp_impl_summary {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.sp_cli {
|
|
font-family: monospace;
|
|
background-color: #F5F5F5;
|
|
} |