From 41b46d7826f2840ca2f0b478ecd298616ad6b313 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 25 Jun 2014 14:42:51 +0300 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../doc/bitbake-user-manual/bitbake-user-manual-style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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 { /*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.informalexample,