From 8fc23aa662a66030c3cffe43ab590838d7777c9a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 16 Oct 2012 15:42:14 +0200 Subject: [PATCH] Doc: fix a link to the doc server in the CSS Change-Id: If41f459cdf474f6a6e63fa85f151f730091c59b6 Reviewed-by: Jerome Pasion --- doc/templates/style/narrow.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/templates/style/narrow.css b/doc/templates/style/narrow.css index de5b0a09f98..c782602755c 100644 --- a/doc/templates/style/narrow.css +++ b/doc/templates/style/narrow.css @@ -187,7 +187,7 @@ } .narrow #narrowsearch { - background: url("http://doc.qt.nokia.com/prototype/html/images/sprites-combined.png") no-repeat scroll -6px -348px transparent; + background: url("http://doc.qt.digia.com/prototype/html/images/sprites-combined.png") no-repeat scroll -6px -348px transparent; height: 21px; padding: 2px 0 0 5px; width: 167px;