[Vegan-commits] r2283 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 15 08:15:50 CEST 2012
Author: jarioksa
Date: 2012-09-15 08:15:49 +0200 (Sat, 15 Sep 2012)
New Revision: 2283
Added:
www/vegan.css
Modified:
www/FAQ-R-Forge.html
www/index.php
Log:
elements of style (old R-Forge style link was broken in R-Forge ugrades)
Modified: www/FAQ-R-Forge.html
===================================================================
--- www/FAQ-R-Forge.html 2012-09-10 12:44:43 UTC (rev 2282)
+++ www/FAQ-R-Forge.html 2012-09-15 06:15:49 UTC (rev 2283)
@@ -2,6 +2,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<head>
<title>FAQ: R-Forge binaries of vegan fail in Mac OS</title>
+<link href="vegan.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>FAQ: R-Forge binaries of vegan fail in Mac OS</h1>
Modified: www/index.php
===================================================================
--- www/index.php 2012-09-10 12:44:43 UTC (rev 2282)
+++ www/index.php 2012-09-15 06:15:49 UTC (rev 2283)
@@ -18,7 +18,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo $group_name; ?></title>
- <link href="<?php echo $themeroot; ?>styles/estilo1.css" rel="stylesheet" type="text/css" />
+ <link href="vegan.css" rel="stylesheet" type="text/css" />
</head>
<body>
@@ -56,11 +56,8 @@
<li><strong>Dissimilarity analyses:</strong> ANOVA using dissimilarities, ANOSIM, MRPP, BIOENV, Mantel and partial Mantel tests.</li>
<li><strong>Data standardization:</strong> Hellinger, Wisconsin, Chi-square, Beals smoothing.</li>
</ul>
-<p>
-<a href="http://<?php echo $domain; ?>/scm/?group_id=68">
-<img src="http://<?php echo $domain; ?>/images/downloadbar.gif" alt="DOWNLOAD" border="0" /></a>
-</p>
+
<h2>Vegan resources</h2>
<p>Here some pointers to vegan resources:</p>
<ul>
Added: www/vegan.css
===================================================================
--- www/vegan.css (rev 0)
+++ www/vegan.css 2012-09-15 06:15:49 UTC (rev 2283)
@@ -0,0 +1,25 @@
+/* Follow some style elements of R-Forge */
+
+body{
+ font-size:85%;
+ font-family:"verdana",sans-serif;
+ color:rgb(68,68,68);
+ background-color:rgb(255,255,255);
+ text-align:left;
+ margin: 0.5em 2em;
+}
+h1 {
+ margin:0;
+}
+h3 {
+ font-size:100%;
+ margin:0.5em 0;
+}
+a {
+ text-decoration:none;
+ color:rgb(1, 73, 144);
+}
+a:hover {
+ text-decoration: underline;
+ color: rgb(247, 0, 0);
+}
\ No newline at end of file
More information about the Vegan-commits
mailing list