From dba473e06980c4e5074ad0b89be7259762698cb3 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 8 Jan 2010 00:42:23 +0100 Subject: [PATCH] Move the logo on special pages to the background --- midori/midori-view.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/midori/midori-view.c b/midori/midori-view.c index 0f670995..690e7cec 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -995,7 +995,7 @@ webkit_web_frame_load_done_cb (WebKitWebFrame* web_frame, "%s" "

%s

" "" + "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">" "

The page you were opening doesn't exist." "

Try to load the page again, " "or move on to another page." @@ -3198,7 +3198,7 @@ midori_view_set_uri (MidoriView* view, "%s" "

%s

" "" + "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">" "

The document %s of type '%s' cannot be displayed." "", title, title, view->uri, view->mime_type); @@ -3215,7 +3215,7 @@ midori_view_set_uri (MidoriView* view, "%s" "

%s

" "" + "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">" "

There is no documentation installed at %s." "You may want to ask your distribution or " "package maintainer for it or if this a custom build " @@ -3259,7 +3259,7 @@ midori_view_set_uri (MidoriView* view, "about:version" "

about:version

" "" + "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">" "" "" "" @@ -3300,7 +3300,7 @@ midori_view_set_uri (MidoriView* view, data = g_strdup_printf ( "%s

%s

" "" + "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">" "", view->uri, view->uri); }
Midori" PACKAGE_VERSION "%s
WebKitGTK+%d.%d.%d (%d.%d.%d)