From 9eb3e8555738f75206a0b028800b44330d8a200d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 25 Jun 2014 14:52:05 +0300 Subject: documentation: Added permalink display styles to CSS files. Fixes [YOCTO #5772] Updated each manual's CSS style sheet to contain a style for how the permalink symbol looks on its own and how it looks when a user hovers over it with the mouse. (From yocto-docs rev: c8d4afa0b83a40ac2de0c47c191a11b3e7d241e5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/adt-style.css b/documentation/adt-manual/adt-style.css index 58dd70e367..d722ad4b7f 100644 --- a/documentation/adt-manual/adt-style.css +++ b/documentation/adt-manual/adt-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, -- cgit 1.2.3-korg