mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 03:17:09 +08:00
Improve the line spaces for directives and notes.
This commit is contained in:
parent
56cccd67f6
commit
5c3683e900
@ -11,22 +11,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rtemsdefine dt {
|
.rtemsdefine dt {
|
||||||
color: #408090;
|
color: #408090;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtemsdefine dd {
|
.rtemsdefine dd {
|
||||||
color: #408090;
|
color: #408090;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtemscommand {
|
.rtemscommand {
|
||||||
border: 1px solid #808b89;
|
border: 1px solid #808b89;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: #d2e3e0;
|
background: #d2e3e0;
|
||||||
color: #5e6664
|
color: #5e6664
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtemsoption dt {
|
.rtemsoption dt {
|
||||||
color: #a87892;
|
color: #a87892;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -36,6 +36,19 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
color: #2a8e1d;
|
color: #2a8e1d;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rst-content code {
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rst-content dd {
|
||||||
|
line-height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rst-content dd p {
|
||||||
|
line-height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user