aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-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,