mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
documentation/dev-manual/style.css: added .footnote element
For HTML formatting I added a new element to format the footnote to pt-8 font. (From yocto-docs rev: e0dd425a60ca6e1b75406c7711295e732cacebb9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
468c879a9c
commit
ddb9351bf0
@@ -435,7 +435,6 @@ b.keycap,
|
|||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.navheader, div.heading{
|
div.navheader, div.heading{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0em;
|
left: 0em;
|
||||||
@@ -966,3 +965,9 @@ table {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote {
|
||||||
|
font-size: 8pt;
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user