From patchwork Fri Jul 8 03:00:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2578 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7207724145 for ; Fri, 8 Jul 2011 03:00:57 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 4361FA18310 for ; Fri, 8 Jul 2011 03:00:57 +0000 (UTC) Received: by mail-qw0-f52.google.com with SMTP id 8so1082610qwb.11 for ; Thu, 07 Jul 2011 20:00:57 -0700 (PDT) Received: by 10.229.54.12 with SMTP id o12mr1225008qcg.80.1310094057030; Thu, 07 Jul 2011 20:00:57 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.48.135 with SMTP id r7cs125406qcf; Thu, 7 Jul 2011 20:00:56 -0700 (PDT) Received: by 10.227.20.5 with SMTP id d5mr1336721wbb.103.1310094054722; Thu, 07 Jul 2011 20:00:54 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id en1si10123549wbb.86.2011.07.07.20.00.54; Thu, 07 Jul 2011 20:00:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Qf1JF-0003J5-U0 for ; Fri, 08 Jul 2011 03:00:53 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id C87EE2E890E for ; Fri, 8 Jul 2011 03:00:53 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 191 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 191: Do not color sidebar links Message-Id: <20110708030053.11148.3556.launchpad@loganberry.canonical.com> Date: Fri, 08 Jul 2011 03:00:53 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13376"; Instance="initZopeless config overlay" X-Launchpad-Hash: 0228146c0d12f04cf0b6722f3a5b55c87dbede06 ------------------------------------------------------------ revno: 191 committer: Zygmunt Krynicki branch nick: trunk timestamp: Thu 2011-07-07 20:15:16 +0200 message: Do not color sidebar links modified: lava_server/htdocs/css/default.css --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_server/htdocs/css/default.css' --- lava_server/htdocs/css/default.css 2011-07-01 11:09:44 +0000 +++ lava_server/htdocs/css/default.css 2011-07-07 18:15:16 +0000 @@ -292,10 +292,6 @@ vertical-align: top; } -#sidebar a { - color: white; -} - #sidebar p.hint { font-size: larger; }