From patchwork Tue Jul 12 02:40:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2651 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 B5E1A23F56 for ; Tue, 12 Jul 2011 02:40:57 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id 87342A18976 for ; Tue, 12 Jul 2011 02:40:57 +0000 (UTC) Received: by qyk30 with SMTP id 30so3090458qyk.11 for ; Mon, 11 Jul 2011 19:40:57 -0700 (PDT) Received: by 10.229.68.200 with SMTP id w8mr4552398qci.114.1310438455530; Mon, 11 Jul 2011 19:40:55 -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.217.78 with SMTP id hl14cs226736qcb; Mon, 11 Jul 2011 19:40:55 -0700 (PDT) Received: by 10.217.6.79 with SMTP id x57mr3723401wes.10.1310438454526; Mon, 11 Jul 2011 19:40:54 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id k64si27181303weq.83.2011.07.11.19.40.54; Mon, 11 Jul 2011 19:40: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 1QgSu4-00005c-Q8 for ; Tue, 12 Jul 2011 02:40:53 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 903712E896C for ; Tue, 12 Jul 2011 02:40:52 +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: 201 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 201: Make use nice font Message-Id: <20110712024052.924.38046.launchpad@loganberry.canonical.com> Date: Tue, 12 Jul 2011 02:40:52 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13388"; Instance="initZopeless config overlay" X-Launchpad-Hash: 9a5ebd4953a7555a8c8d5c29edff19a9ca04ae9b ------------------------------------------------------------ revno: 201 committer: Zygmunt Krynicki branch nick: trunk timestamp: Sat 2011-07-09 16:25:36 +0200 message: Make use nice font 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-09 14:25:28 +0000 +++ lava_server/htdocs/css/default.css 2011-07-09 14:25:36 +0000 @@ -11,6 +11,10 @@ font-family: Ubuntu, Helvetica Neue, Verdana, sans-serif; } +code { + font-family: UbuntuBeta Mono, Lucida Console, Consolas, monospace; +} + #master_container { border-radius: 7pt;