diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-25 14:52:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:09 +0100 |
commit | 9eb3e8555738f75206a0b028800b44330d8a200d (patch) | |
tree | fe23ca2abbd2a81090557e57b7585ae7b124b16a /documentation/yocto-project-qs/qs-style.css | |
parent | 6b5398f82b106a85ca6049a2ddbd1ff569445098 (diff) | |
download | poky-9eb3e8555738f75206a0b028800b44330d8a200d.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/qs-style.css')
-rw-r--r-- | documentation/yocto-project-qs/qs-style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/yocto-project-qs/qs-style.css b/documentation/yocto-project-qs/qs-style.css index 0a21bdc4bb..235c85a1ba 100644 --- a/documentation/yocto-project-qs/qs-style.css +++ b/documentation/yocto-project-qs/qs-style.css | |||
@@ -312,6 +312,13 @@ a:hover { | |||
312 | /*font-weight: bold;*/ | 312 | /*font-weight: bold;*/ |
313 | } | 313 | } |
314 | 314 | ||
315 | /* This style defines how the permalink character | ||
316 | appears by itself and when hovered over with | ||
317 | the mouse. */ | ||
318 | |||
319 | [alt='Permalink'] { color: #eee; } | ||
320 | [alt='Permalink']:hover { color: black; } | ||
321 | |||
315 | 322 | ||
316 | div.informalfigure, | 323 | div.informalfigure, |
317 | div.informalexample, | 324 | div.informalexample, |