|
From: <ai...@us...> - 2008-10-21 19:27:48
|
Revision: 8946
http://plplot.svn.sourceforge.net/plplot/?rev=8946&view=rev
Author: airwin
Date: 2008-10-21 19:27:40 +0000 (Tue, 21 Oct 2008)
Log Message:
-----------
Choose liquid layout by default, but also provide static layout as an
alternate.
Modified Paths:
--------------
trunk/www/corefunctions.php
Modified: trunk/www/corefunctions.php
===================================================================
--- trunk/www/corefunctions.php 2008-10-21 19:25:48 UTC (rev 8945)
+++ trunk/www/corefunctions.php 2008-10-21 19:27:40 UTC (rev 8946)
@@ -19,7 +19,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Homepage of the open source PLplot project" />
<meta name="keywords" content="plot,library,c++,python" />
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen,projection" />
+ <link rel="stylesheet" title="liquid" href="css/style_liquid.css" type="text/css" media="screen,projection" />
+ <link rel="alternate stylesheet" title="static" href="css/style_static.css" type="text/css" media="screen,projection" />
<script type="text/javascript" src="js/slimbox.js"></script>
<link rel="stylesheet" href="css/slimbox.css" type="text/css" media="screen" />
</head>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|