OSDN Git Service

PATCH: [ 1449943 ] Web: Use new logo
authorTim Gerundt <tim@gerundt.de>
Wed, 15 Mar 2006 18:28:06 +0000 (18:28 +0000)
committerTim Gerundt <tim@gerundt.de>
Wed, 15 Mar 2006 18:28:06 +0000 (18:28 +0000)
Web/Changes.txt
Web/css/print.css
Web/images/logo.gif [new file with mode: 0644]
Web/page.inc

index 6817a3b..af5f925 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-15 Tim
+ PATCH: [ 1449943 ] Web: Use new logo
+  Web: page.inc
+  Web\css: print.css
+  Web\images: new file logo.gif
+
 2006-03-01 Tim
  PATCH: [ 1441282 ] Website changes for new stable release 2.4.6
   Web: downloads.php index.php page.inc WinMergePAD.xml
index 4d5a613..0e8a0d2 100644 (file)
@@ -10,7 +10,6 @@ body {
        margin: 0;
        padding: 5px;
        background: white;
-       border: 0;
 }
 
 #head h1 {
diff --git a/Web/images/logo.gif b/Web/images/logo.gif
new file mode 100644 (file)
index 0000000..396dbaa
Binary files /dev/null and b/Web/images/logo.gif differ
index 6a7f4e8..8895397 100644 (file)
@@ -94,7 +94,7 @@
       $temp .= "</head>\n\n";
       $temp .= "<body>\n";
       $temp .= "<div id=\"head\">\n";
-      $temp .= "<h1><a href=\"/index.php\"><img src=\"/images/icon.gif\" height=\"32\" width=\"32\" align=\"top\" alt=\"WinMerge logo\" border=\"0\"></a> WinMerge</h1>\n";
+      $temp .= "<h1><a href=\"/index.php\"><img src=\"/images/icon.gif\" height=\"32\" width=\"32\" align=\"top\" alt=\"WinMerge logo\" border=\"0\"></a> <img src=\"/images/logo.gif\" height=\"50\" width=\"218\" align=\"top\" alt=\"WinMerge\" border=\"0\"></h1>\n";
       $temp .= "</div>\n";
       $temp .= "<div id=\"tabs\">\n";
       $temp .= "<ul>\n";