summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-04 14:59:16 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:01 +0000
commit5e715c55a2368d8193c47fe883033def83ce338e (patch)
tree580ec643aa9fa5a39eb1fb39d04f825677c4d724 /documentation/ref-manual
parent52ff43b6f08abe752c2aa9116564b59f554faad1 (diff)
downloadpoky-5e715c55a2368d8193c47fe883033def83ce338e.tar.gz
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 <title></title> tags in combination with a <note></note> pair. Basically dumped the <caution></caution> tag pair. It looks okay now. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: a53d6f0b3a22cfd87f841c03452b5ebce2b1b474) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 4 insertions, 4 deletions
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"
4925 Use of this variable is one mechanism to remove dependencies 4925 Use of this variable is one mechanism to remove dependencies
4926 that affect task signatures and thus force rebuilds when a 4926 that affect task signatures and thus force rebuilds when a
4927 recipe changes. 4927 recipe changes.
4928 <caution> 4928 <note><title>Caution</title>
4929 If you add an inappropriate dependency for a recipe 4929 If you add an inappropriate dependency for a recipe
4930 relationship, the software might break during 4930 relationship, the software might break during
4931 runtime if the interface of the second recipe was 4931 runtime if the interface of the second recipe was
4932 changed after the first recipe had been built. 4932 changed after the first recipe had been built.
4933 </caution> 4933 </note>
4934 </para> 4934 </para>
4935 </glossdef> 4935 </glossdef>
4936 </glossentry> 4936 </glossentry>
@@ -4945,12 +4945,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4945 Use of this variable is one way to remove dependencies from 4945 Use of this variable is one way to remove dependencies from
4946 one recipe on another that affect task signatures and 4946 one recipe on another that affect task signatures and
4947 thus force rebuilds when the recipe changes. 4947 thus force rebuilds when the recipe changes.
4948 <caution> 4948 <note><title>Caution</title>
4949 If you add an inappropriate variable to this list, 4949 If you add an inappropriate variable to this list,
4950 the software might break at runtime if the 4950 the software might break at runtime if the
4951 interface of the recipe was changed after the other 4951 interface of the recipe was changed after the other
4952 had been built. 4952 had been built.
4953 </caution> 4953 </note>
4954 </para> 4954 </para>
4955 </glossdef> 4955 </glossdef>
4956 </glossentry> 4956 </glossentry>