infobar: Fix typo

Style class names are prefixed with a '.'
This commit is contained in:
Timm Bäder 2016-05-02 08:59:40 +02:00
parent ac5b48e40c
commit af49609b8f

View File

@ -124,7 +124,7 @@
* # CSS nodes
*
* GtkInfoBar has a single CSS node with name infobar. The node may get
* one of the style classes .info, warning, .error or .question, depending
* one of the style classes .info, .warning, .error or .question, depending
* on the message type.
*/