Fix css syntax in example

This commit is contained in:
Matthias Clasen 2011-06-18 11:11:47 -04:00
parent b71b560e56
commit 0725e417c5

View File

@ -2113,8 +2113,8 @@ _gtk_style_context_check_region_name (const gchar *str)
* Pseudo-classes are used for matching @flags, so the two
* following rules:
* <programlisting>
* GtkTreeView row:nth-child (even) { ... }
* GtkTreeView row:nth-child (odd) { ... }
* GtkTreeView row:nth-child(even) { ... }
* GtkTreeView row:nth-child(odd) { ... }
* </programlisting>
*
* would apply to even and odd rows, respectively.