You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2014/08/16 19:59:44 UTC

svn commit: r1618385 - in /chukwa/trunk: CHANGES.txt src/site/resources/css/ChangesFancyStyle.css

Author: eyang
Date: Sat Aug 16 17:59:44 2014
New Revision: 1618385

URL: http://svn.apache.org/r1618385
Log:
CHUKWA-727.  Update release date and ChangeLog style.  (Eric Yang)

Modified:
    chukwa/trunk/CHANGES.txt
    chukwa/trunk/src/site/resources/css/ChangesFancyStyle.css

Modified: chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/chukwa/trunk/CHANGES.txt?rev=1618385&r1=1618384&r2=1618385&view=diff
==============================================================================
--- chukwa/trunk/CHANGES.txt (original)
+++ chukwa/trunk/CHANGES.txt Sat Aug 16 17:59:44 2014
@@ -8,7 +8,7 @@ Trunk (unreleased changes)
 
   BUGS
 
-Release 0.6 - Unreleased
+Release 0.6 - 08/16/2014
 
   NEW FEATURES
 

Modified: chukwa/trunk/src/site/resources/css/ChangesFancyStyle.css
URL: http://svn.apache.org/viewvc/chukwa/trunk/src/site/resources/css/ChangesFancyStyle.css?rev=1618385&r1=1618384&r2=1618385&view=diff
==============================================================================
--- chukwa/trunk/src/site/resources/css/ChangesFancyStyle.css (original)
+++ chukwa/trunk/src/site/resources/css/ChangesFancyStyle.css Sat Aug 16 17:59:44 2014
@@ -50,7 +50,7 @@ img { border: 0; }
   padding: 5px 10px;
 }
 .note .content {
-  background: #F0F0FF;
+  background-color:#f5f5f5;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));background-image:-moz-linear-gradient(top,#fff,#f5f5f5);background-image:-ms-linear-gradient(top,#fff,#f5f5f5);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f5f5f5));background-image:-webkit-linear-gradient(top,#fff,#f5f5f5);background-image:-o-linear-gradient(top,#fff,#f5f5f5);background-image:linear-gradient(top,#fff,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
   color: black;
   line-height: 120%;
   font-size: 90%;
@@ -86,6 +86,7 @@ img { border: 0; }
 body {
   font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
   font-size: 100%;
+  color: #404040;
 }
 
 #content {
@@ -113,7 +114,7 @@ h1 {
     margin-top: 0;
     margin-bottom: 1em;
   font-size: 1.4em;
-  background-color: 73CAFF
+  background-color:#f5f5f5;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));background-image:-moz-linear-gradient(top,#fff,#f5f5f5);background-image:-ms-linear-gradient(top,#fff,#f5f5f5);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f5f5f5));background-image:-webkit-linear-gradient(top,#fff,#f5f5f5);background-image:-o-linear-gradient(top,#fff,#f5f5f5);background-image:linear-gradient(top,#fff,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
 }
 #content h1 {
   font-size: 160%;
@@ -127,7 +128,7 @@ h1 {
 }
 h2 { 
   font-size: 120%;
-  background-color: 73CAFF
+  background-color:#f5f5f5;background-repeat:repeat-x;background-image:-khtml-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));background-image:-moz-linear-gradient(top,#fff,#f5f5f5);background-image:-ms-linear-gradient(top,#fff,#f5f5f5);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f5f5f5));background-image:-webkit-linear-gradient(top,#fff,#f5f5f5);background-image:-o-linear-gradient(top,#fff,#f5f5f5);background-image:linear-gradient(top,#fff,#f5f5f5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
 }
 h3 { font-size: 100%; }
 h4 { font-size: 90%; }
@@ -141,6 +142,10 @@ p {
   margin-bottom: 1em;
 }
 
+a {
+  color: #0069D6;
+}
+
 #content li,
 #content th,
 #content td,