Return-Path: X-Original-To: apmail-lucene-lucene-net-commits-archive@www.apache.org Delivered-To: apmail-lucene-lucene-net-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 36AE199F2 for ; Wed, 15 Feb 2012 18:13:43 +0000 (UTC) Received: (qmail 6324 invoked by uid 500); 15 Feb 2012 18:13:43 -0000 Delivered-To: apmail-lucene-lucene-net-commits-archive@lucene.apache.org Received: (qmail 6298 invoked by uid 500); 15 Feb 2012 18:13:43 -0000 Mailing-List: contact lucene-net-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-commits@lucene.apache.org Received: (qmail 6289 invoked by uid 99); 15 Feb 2012 18:13:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 18:13:43 +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; Wed, 15 Feb 2012 18:13:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 276602388865; Wed, 15 Feb 2012 18:13:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Date: Wed, 15 Feb 2012 18:13:18 -0000 To: lucene-net-commits@lucene.apache.org From: ccurrens@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120215181318.276602388865@eris.apache.org> Subject: [Lucene.Net] svn commit: r1244622 - /incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css Author: ccurrens Date: Wed Feb 15 18:13:17 2012 New Revision: 1244622 URL: http://svn.apache.org/viewvc?rev=1244622&view=rev Log: changed link styles Modified: incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css Modified: incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css?rev=1244622&r1=1244621&r2=1244622&view=diff ============================================================================== --- incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css (original) +++ incubator/lucene.net/site/trunk/content/lucene.net/styles/lucene.css Wed Feb 15 18:13:17 2012 @@ -11,6 +11,9 @@ #blogcontent { padding-left:20px } +a, a:link, a:visited, a:active { text-decoration:none; color:blue; } +a:hover { text-decoration:underline; } + .left { width: 700px; float:left;} .right { width: 230px; float:right; }