Revision: 3993
http://svn.sourceforge.net/winmerge/?rev=3993&view=rev
Author: gerundt
Date: 2006-12-21 15:39:46 -0800 (Thu, 21 Dec 2006)
Log Message:
-----------
Optimize "head" a little bit more for large font sizes in Firefox.
Modified Paths:
--------------
trunk/Web/Changes.txt
trunk/Web/css/screen.css
trunk/Web/page.inc
Modified: trunk/Web/Changes.txt
===================================================================
--- trunk/Web/Changes.txt 2006-12-21 09:06:40 UTC (rev 3992)
+++ trunk/Web/Changes.txt 2006-12-21 23:39:46 UTC (rev 3993)
@@ -1,3 +1,8 @@
+2006-12-22 Tim
+ Optimize "head" a little bit more for large font sizes in Firefox.
+ Web: page.inc
+ Web\css: all.css
+
2006-12-19 Tim
PATCH: [ 1618444 ] Web: Add miscellaneous links
Web: links.php
Modified: trunk/Web/css/screen.css
===================================================================
--- trunk/Web/css/screen.css 2006-12-21 09:06:40 UTC (rev 3992)
+++ trunk/Web/css/screen.css 2006-12-21 23:39:46 UTC (rev 3993)
@@ -15,7 +15,7 @@
#head {
margin: 0;
- padding: 5px 5px 0 15px;
+ padding: 5px 5px 0 1em;
background: #FFCC00;
border-bottom: 1px solid black;
}
Modified: trunk/Web/page.inc
===================================================================
--- trunk/Web/page.inc 2006-12-21 09:06:40 UTC (rev 3992)
+++ trunk/Web/page.inc 2006-12-21 23:39:46 UTC (rev 3993)
@@ -95,7 +95,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=\"48\" width=\"48\" 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 .= "<h1><a href=\"/index.php\"><img src=\"/images/icon.gif\" height=\"48\" width=\"48\" 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 id=\"tabs\">\n";
$temp .= $this->getTabs();
$temp .= " </div>\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|