|
From: <ai...@us...> - 2008-10-19 23:50:43
|
Revision: 8933
http://plplot.svn.sourceforge.net/plplot/?rev=8933&view=rev
Author: airwin
Date: 2008-10-19 23:50:36 +0000 (Sun, 19 Oct 2008)
Log Message:
-----------
Temporarily remove Development from menu and adjust menu item padding
accordingly since the Development page is currently just a placeholder.
Modified Paths:
--------------
trunk/www/corefunctions.php
trunk/www/css/style.css
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-10-19 23:03:15 UTC (rev 8932)
+++ trunk/www/corefunctions.php 2008-10-19 23:50:36 UTC (rev 8933)
@@ -44,7 +44,7 @@
echo ' <li><a href="download.php" ' . (($item=='download') ? ('id="selected"') : ('')) .'>Download</a></li>';
echo ' <li><a href="examples.php" ' . (($item=='examples') ? ('id="selected"') : ('')) .'>Examples</a></li>';
echo ' <li><a href="documentation.php" ' . (($item=='documentation') ? ('id="selected"') : ('')) .'>Documentation</a></li>';
- echo ' <li><a href="development.php" ' . (($item=='development') ? ('id="selected"') : ('')) .'>Development</a></li>';
+// echo ' <li><a href="development.php" ' . (($item=='development') ? ('id="selected"') : ('')) .'>Development</a></li>';
echo ' <li><a href="credits.php" ' . (($item=='credits') ? ('id="selected"') : ('')) .'>Credits</a></li>';
echo ' </ul>';
echo ' </div>';
Modified: trunk/www/css/style.css
===================================================================
--- trunk/www/css/style.css 2008-10-19 23:03:15 UTC (rev 8932)
+++ trunk/www/css/style.css 2008-10-19 23:50:36 UTC (rev 8933)
@@ -94,8 +94,8 @@
{
padding-top:5px;
padding-bottom:5px;
- padding-left:15px;
- padding-right:15px;
+ padding-left:30px;
+ padding-right:30px;
background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
color: #EFEFEF;
text-decoration: none;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|