aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-25 14:42:51 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:58:56 +0100
commit41b46d7826f2840ca2f0b478ecd298616ad6b313 (patch)
treeb56a8b0b964f09deafa3c1504753ce76f0a9adde /bitbake/doc
parentd3e1ce60b1c2ed87fae49ada8c9799cda11a98fe (diff)
downloadopenembedded-core-contrib-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>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-style.css7
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 {
/*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,