From eb7b140d6d2d1aba9459fd717f5abe5794acba68 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 4 Dec 2013 12:38:37 -0800 Subject: Fix bad CSS color: O (the letter) is not a valid hex digit Found by: Tomaz Canabrava Change-Id: Ia1b5b00819cf4b145d1384aacbd54ed9a23aa6a3 Reviewed-by: Dirk Hohndel Reviewed-by: Giuseppe D'Angelo --- src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc') diff --git a/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc b/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc index 7f6f1a3d8b..36d3dc6af4 100644 --- a/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc +++ b/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc @@ -874,7 +874,7 @@ QGroupBox::title { subcontrol-position: top center; /* position at the top center */ padding: 0 3px; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 #FFOECE, stop: 1 #FFFFFF); + stop: 0 #FF0ECE, stop: 1 #FFFFFF); } //! [114] -- cgit v1.2.3