summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devdoc/dw-floats-01.pngbin3410 -> 42533 bytes
-rw-r--r--devdoc/dw-out-of-flow.doc4
2 files changed, 2 insertions, 2 deletions
diff --git a/devdoc/dw-floats-01.png b/devdoc/dw-floats-01.png
index 116d36b3..bd6904ee 100644
--- a/devdoc/dw-floats-01.png
+++ b/devdoc/dw-floats-01.png
Binary files differ
diff --git a/devdoc/dw-out-of-flow.doc b/devdoc/dw-out-of-flow.doc
index 3dc7163b..3f2a17ee 100644
--- a/devdoc/dw-out-of-flow.doc
+++ b/devdoc/dw-out-of-flow.doc
@@ -26,7 +26,7 @@ which may be rendered like this
\image html dw-floats-01.png
The float (the DIV section, yellow in the image) is defined
-("generated") within the list item (blue), so, in CSS 2 terms, the
+("generated") within the list item (green), so, in CSS 2 terms, the
list item is the generating block of the float. However, as the image
shows, the float is not contained by the list item, but another block,
several levels above (not shown here). In terms of ::dw, this means
@@ -38,7 +38,7 @@ is assigned as the containing box.
(Notice also that other text blocks must regard floats to calculate
their borders, and so their size. In this example, the following list
-item (green) must consider the position of the float. This is
+item (gray) must consider the position of the float. This is
discussed in detail in the next section.)