[Xfce4-commits] <midori:master> Fix style of logo in about:private
Christian Dywan
noreply at xfce.org
Tue Oct 16 01:42:02 CEST 2012
Updating branch refs/heads/master
to e561aa84a739abedf2b803f8f0a2c21192517c79 (commit)
from d824ffd9c329a3c139bd7c4c391fec16d0cf0cc6 (commit)
commit e561aa84a739abedf2b803f8f0a2c21192517c79
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Oct 15 23:56:46 2012 +0200
Fix style of logo in about:private
Fixes: https://bugs.launchpad.net/midori/+bug/1066644
midori/midori-view.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index cde0add..8b80e12 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -3885,7 +3885,8 @@ midori_view_set_uri (MidoriView* view,
"<html><head><title>%s</title>"
"<link rel=\"stylesheet\" type=\"text/css\" href=\"res://about.css\">"
"</head><body><div id=\"container\">"
- "<img id=\"logo\" src=\"res://logo-shade.png\">"
+ "<img id=\"logo\" src=\"res://logo-shade.png\" "
+ "style=\"position: absolute; right: 15px; bottom: 15px; z-index: -9;\">"
"<img id=\"icon\" src=\"stock://gtk-dialog-info\">"
"<div id=\"main\"><h1>%s</h1>"
"<p>%s</p><ul><li>%s</li><li>%s</li><li>%s</li></ul>"
More information about the Xfce4-commits
mailing list