summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r--gtk/gtkstylecontext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index f8b6064eab..18ef29a601 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -2951,11 +2951,11 @@ gtk_style_context_lookup_color (GtkStyleContext *context,
* Can be handled in the CSS file like this:
* |[
* GtkButton {
- * background-color: #f00
+ * background-color: #f00
* }
*
* GtkButton:hover {
- * background-color: #fff;
+ * background-color: #fff;
* transition: 200ms linear
* }
* ]|