mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
bitbake: bitbake-user-manual-style.css: Added permalink style for display
Fixes [YOCTO #5772] Added a couple styles to the CSS style sheet so that the displayed permalink symbol is barely visible unless you hover over it with the mouse. (Bitbake rev: ee8db0cda1c8716ab0151a4859bfff84b2f3bd58) 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
d3e1ce60b1
commit
41b46d7826
@@ -313,6 +313,13 @@ a:hover {
|
|||||||
/*font-weight: bold;*/
|
/*font-weight: bold;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This style defines how the permalink character
|
||||||
|
appears by itself and when hovered over with
|
||||||
|
the mouse. */
|
||||||
|
|
||||||
|
[alt='Permalink'] { color: #eee; }
|
||||||
|
[alt='Permalink']:hover { color: black; }
|
||||||
|
|
||||||
|
|
||||||
div.informalfigure,
|
div.informalfigure,
|
||||||
div.informalexample,
|
div.informalexample,
|
||||||
|
|||||||
Reference in New Issue
Block a user