diff options
author | sgeerken <devnull@localhost> | 2012-08-25 20:09:50 +0200 |
---|---|---|
committer | sgeerken <devnull@localhost> | 2012-08-25 20:09:50 +0200 |
commit | 92093a9e8d16f08dfbb8e0827824bd9e10e1c1c9 (patch) | |
tree | ddb632041ab760940d91f0cf4f654e46cde2fba6 /dw/textblock.hh | |
parent | 8fcd5974a7a4307b6e3a70ddd2f75fdd321cbac2 (diff) |
Updated documentations.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 2327ff15..5e6ca5ea 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -17,7 +17,8 @@ namespace dw { * \brief A Widget for rendering text blocks, i.e. paragraphs or sequences * of paragraphs. * - * <div style="border: 2px solid #ff0000; padding: 0.5em 1em; + * <div style="border: 2px solid #ff0000; margin-top: 0.5em; + * margin-bottom: 0.5em; padding: 0.5em 1em; * background-color: #ffe0e0"><b>Warning:</b> The recent changes (line * breaking and hyphenation) have not yet been incorporated into this * documentation. See \ref dw-line-breaking.</div> |