Fix css syntax in example
This commit is contained in:
parent
b71b560e56
commit
0725e417c5
@ -2113,8 +2113,8 @@ _gtk_style_context_check_region_name (const gchar *str)
|
|||||||
* Pseudo-classes are used for matching @flags, so the two
|
* Pseudo-classes are used for matching @flags, so the two
|
||||||
* following rules:
|
* following rules:
|
||||||
* <programlisting>
|
* <programlisting>
|
||||||
* GtkTreeView row:nth-child (even) { ... }
|
* GtkTreeView row:nth-child(even) { ... }
|
||||||
* GtkTreeView row:nth-child (odd) { ... }
|
* GtkTreeView row:nth-child(odd) { ... }
|
||||||
* </programlisting>
|
* </programlisting>
|
||||||
*
|
*
|
||||||
* would apply to even and odd rows, respectively.
|
* would apply to even and odd rows, respectively.
|
||||||
|
Loading…
Reference in New Issue
Block a user