GtkCssProvider: Docs fix for -gtk-gradient() syntax.

This commit is contained in:
Carlos Garnacho 2010-11-13 13:27:37 +01:00
parent bcf81a0e23
commit 1c847d9c21

View File

@ -339,7 +339,7 @@
* <entry>
* <programlisting>
* -gtk-gradient (linear,
* top left, top right,
* left top, right top,
* from (&num;fff), to (&num;000));
* -gtk-gradient (linear, 0.0 0.5, 0.5 1.0,
* from (&num;fff),