From 5e715c55a2368d8193c47fe883033def83ce338e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Nov 2013 14:59:16 -0800 Subject: ref-manual: Formatted "Caution" boxes The formatting for the "Caution" boxes was poor. There was no apparent reason in the style guide why these types of admonitions should appear any different than "Notes" or "Tips", which look fine. I could not devise a .css solution so I tricked the formatting by using the tags in combination with a pair. Basically dumped the tag pair. It looks okay now. Reported-by: Robert P. J. Day (From yocto-docs rev: a53d6f0b3a22cfd87f841c03452b5ebce2b1b474) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index facf2edb68..0383dadd5d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4925,12 +4925,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Use of this variable is one mechanism to remove dependencies that affect task signatures and thus force rebuilds when a recipe changes. - + Caution If you add an inappropriate dependency for a recipe relationship, the software might break during runtime if the interface of the second recipe was changed after the first recipe had been built. - + @@ -4945,12 +4945,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Use of this variable is one way to remove dependencies from one recipe on another that affect task signatures and thus force rebuilds when the recipe changes. - + Caution If you add an inappropriate variable to this list, the software might break at runtime if the interface of the recipe was changed after the other had been built. - + -- cgit v1.2.3-54-g00ecf