|
From: <ai...@us...> - 2008-10-20 00:58:16
|
Revision: 8939
http://plplot.svn.sourceforge.net/plplot/?rev=8939&view=rev
Author: airwin
Date: 2008-10-20 00:58:15 +0000 (Mon, 20 Oct 2008)
Log Message:
-----------
Switch to using the new JPEG logo with included legend.
Modified Paths:
--------------
trunk/www/corefunctions.php
trunk/www/css/style.css
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-10-20 00:46:15 UTC (rev 8938)
+++ trunk/www/corefunctions.php 2008-10-20 00:58:15 UTC (rev 8939)
@@ -34,8 +34,6 @@
function pageMenu($item)#
{
echo " <div id=\"pageheader\">\n";
- echo " <h1>PLplot</h1>\n";
- echo " <h2>The ultimate cross-platform plotting library</h2>\n";
echo " </div>\n";
echo ' <div id="menubar">';
Modified: trunk/www/css/style.css
===================================================================
--- trunk/www/css/style.css 2008-10-20 00:46:15 UTC (rev 8938)
+++ trunk/www/css/style.css 2008-10-20 00:58:15 UTC (rev 8939)
@@ -44,7 +44,7 @@
#pageheader {
height: 120px;
- background: #9ACD34 url('../img/header.jpg') top right no-repeat;
+ background: #9ACD34 url('../img/plplot_logo.jpg') top right no-repeat;
clear: both;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|