diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-25 14:42:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:58:56 +0100 |
commit | 41b46d7826f2840ca2f0b478ecd298616ad6b313 (patch) | |
tree | b56a8b0b964f09deafa3c1504753ce76f0a9adde | |
parent | d3e1ce60b1c2ed87fae49ada8c9799cda11a98fe (diff) | |
download | poky-41b46d7826f2840ca2f0b478ecd298616ad6b313.tar.gz |
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>
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css index c5b37c42e8..65da2a4e31 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css | |||
@@ -313,6 +313,13 @@ a:hover { | |||
313 | /*font-weight: bold;*/ | 313 | /*font-weight: bold;*/ |
314 | } | 314 | } |
315 | 315 | ||
316 | /* This style defines how the permalink character | ||
317 | appears by itself and when hovered over with | ||
318 | the mouse. */ | ||
319 | |||
320 | [alt='Permalink'] { color: #eee; } | ||
321 | [alt='Permalink']:hover { color: black; } | ||
322 | |||
316 | 323 | ||
317 | div.informalfigure, | 324 | div.informalfigure, |
318 | div.informalexample, | 325 | div.informalexample, |