Return-Path: X-Original-To: apmail-chukwa-commits-archive@www.apache.org Delivered-To: apmail-chukwa-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5094A11218 for ; Sat, 16 Aug 2014 18:00:06 +0000 (UTC) Received: (qmail 7944 invoked by uid 500); 16 Aug 2014 18:00:06 -0000 Delivered-To: apmail-chukwa-commits-archive@chukwa.apache.org Received: (qmail 7915 invoked by uid 500); 16 Aug 2014 18:00:06 -0000 Mailing-List: contact commits-help@chukwa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chukwa.apache.org Delivered-To: mailing list commits@chukwa.apache.org Received: (qmail 7904 invoked by uid 99); 16 Aug 2014 18:00:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2014 18:00:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2014 18:00:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C16BC238896F; Sat, 16 Aug 2014 17:59:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1618385 - in /chukwa/trunk: CHANGES.txt src/site/resources/css/ChangesFancyStyle.css Date: Sat, 16 Aug 2014 17:59:44 -0000 To: commits@chukwa.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140816175944.C16BC238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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,