[Patchwork-commits] r120 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Apr 17 10:00:34 CEST 2012
Author: sebastian_d
Date: 2012-04-17 10:00:34 +0200 (Tue, 17 Apr 2012)
New Revision: 120
Modified:
www/index.php
www/style.css
Log:
slightly tweaked the color scheme
Modified: www/index.php
===================================================================
--- www/index.php 2012-04-17 07:39:15 UTC (rev 119)
+++ www/index.php 2012-04-17 08:00:34 UTC (rev 120)
@@ -81,7 +81,7 @@
<!-- <div id="container"> -->
<div id="left">
- <h1 style="padding-left:20px;">Patchwork</h1>
+ <h1 style="padding-left:20px; color:#C7C7C7;">Patchwork</h1>
</div>
<!-- <div id="right"> -->
Modified: www/style.css
===================================================================
--- www/style.css 2012-04-17 07:39:15 UTC (rev 119)
+++ www/style.css 2012-04-17 08:00:34 UTC (rev 120)
@@ -14,7 +14,8 @@
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Trebuchet Ms", arial, verdana, sans-serif;
-color:#C7C7C7;
+/* color:#C7C7C7; */
+color:#8B8B8B;
letter-spacing:0.2em;
}
More information about the Patchwork-commits
mailing list