summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-25 14:42:51 +0300
committerScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-25 14:42:51 +0300
commitee8db0cda1c8716ab0151a4859bfff84b2f3bd58 (patch)
treedbc81971691e6c1040c42cf543d6ea895867b40d /doc
parent04467594a599472c367365dffe205bf727c4d592 (diff)
downloadbitbake-contrib-ee8db0cda1c8716ab0151a4859bfff84b2f3bd58.tar.gz
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. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-style.css b/doc/bitbake-user-manual/bitbake-user-manual-style.css
index c5b37c42e..65da2a4e3 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-style.css
+++ b/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,