diff options
Diffstat (limited to 'devdoc')
-rw-r--r-- | devdoc/dw-out-of-flow.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devdoc/dw-out-of-flow.doc b/devdoc/dw-out-of-flow.doc index 3f2a17ee..8b456470 100644 --- a/devdoc/dw-out-of-flow.doc +++ b/devdoc/dw-out-of-flow.doc @@ -12,7 +12,7 @@ CSS 2 specification). Consider this snippet (regarding floats): <ul> <li>Some text.</li> <li> - <div style="float:right; width=50%">Some longer text, so + <div style="float:right; width: 50%">Some longer text, so that the effect described in this passage can be demonstrated. </div> |