diff options
author | Sebastian Geerken <devnull@localhost> | 2016-06-19 21:59:45 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-06-19 21:59:45 +0200 |
commit | 4976f0d146bb839513e4e459445b345fbb7fa4ad (patch) | |
tree | 9ec15b4b2d3bb7646d0831852b16d2911ddcaee8 /devdoc | |
parent | 0f477f0eb575b5d060e8c2e2dbcbcded5703ad94 (diff) |
Fix typo in devdoc.
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> |