summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/src/richtext.qdoc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-08-07 17:12:49 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2019-08-08 16:46:13 +0200
commit9e8cf8f75ba3a9a252a5f8d734383824df0dd684 (patch)
treebf38f3b0760238e401e252192f2e11a6c004ae2a /src/gui/doc/src/richtext.qdoc
parent8664ee610d3d8bb8a2a578a6aa6bfd38afe4fcda (diff)
doc: Fix text formatting in the CSS Properties table
Every property name was already monospace, except this one. Change-Id: I69f4e7cd67e6d4ab2a25b4f1d251ec5a2c925098 Reviewed-by: Nils Jeisecke <nils.jeisecke@saltation.com> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/gui/doc/src/richtext.qdoc')
-rw-r--r--src/gui/doc/src/richtext.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/doc/src/richtext.qdoc b/src/gui/doc/src/richtext.qdoc
index 7c3e4ef362..24fd4240b3 100644
--- a/src/gui/doc/src/richtext.qdoc
+++ b/src/gui/doc/src/richtext.qdoc
@@ -1253,7 +1253,7 @@
\row \li \c page-break-after
\li [ auto | always ]
\li Make it possible to enforce a page break after the paragraph/table
- \row \li float
+ \row \li \c float
\li [ left | right | none ]
\li Specifies where an image or a text will be placed in another element. Note that the \c float property is
only supported for tables and images.