docs: don't use property syntax for style property

This commit is contained in:
William Jon McCann 2014-01-21 17:54:47 -05:00
parent ec3c6484e0
commit 43fa9fef25

View File

@ -186,7 +186,7 @@
<para>
Widget style properties also follow a similar syntax, with the widget
type name used as a prefix. For example, the #GtkWidget:focus-line-width
type name used as a prefix. For example, the #GtkWidget focus-line-width
style property can be modified in CSS as
<literal>-GtkWidget-focus-line-width</literal>.
</para>