summaryrefslogtreecommitdiff
path: root/devdoc/dw-out-of-flow.doc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-06-19 21:59:45 +0200
committerSebastian Geerken <devnull@localhost>2016-06-19 21:59:45 +0200
commit4976f0d146bb839513e4e459445b345fbb7fa4ad (patch)
tree9ec15b4b2d3bb7646d0831852b16d2911ddcaee8 /devdoc/dw-out-of-flow.doc
parent0f477f0eb575b5d060e8c2e2dbcbcded5703ad94 (diff)
Fix typo in devdoc.
Diffstat (limited to 'devdoc/dw-out-of-flow.doc')
-rw-r--r--devdoc/dw-out-of-flow.doc2
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&nbsp;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>