From patchwork Sat Nov 8 19:09:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Damien Lespiau X-Patchwork-Id: 408461 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 969FA140082 for ; Sun, 9 Nov 2014 06:12:42 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [103.22.144.67]) by lists.ozlabs.org (Postfix) with ESMTP id 621651A2837 for ; Sun, 9 Nov 2014 06:12:42 +1100 (AEDT) X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lists.ozlabs.org (Postfix) with ESMTP id 4D0351A07C2 for ; Sun, 9 Nov 2014 06:09:55 +1100 (AEDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 08 Nov 2014 11:09:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,341,1413270000"; d="scan'208";a="628923933" Received: from plane-mobl1.ger.corp.intel.com (HELO strange.ger.corp.intel.com) ([10.252.3.12]) by fmsmga002.fm.intel.com with ESMTP; 08 Nov 2014 11:09:53 -0800 From: Damien Lespiau To: patchwork@lists.ozlabs.org Subject: [PATCH 42/46] patch: Override Bootstrap's
 styling
Date: Sat,  8 Nov 2014 19:09:00 +0000
Message-Id: <1415473744-31531-43-git-send-email-damien.lespiau@intel.com>
X-Mailer: git-send-email 1.8.3.1
In-Reply-To: <1415473744-31531-1-git-send-email-damien.lespiau@intel.com>
References: <1415473744-31531-1-git-send-email-damien.lespiau@intel.com>
X-BeenThere: patchwork@lists.ozlabs.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: Patchwork development 
List-Unsubscribe: ,
	
List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,
	
MIME-Version: 1.0
Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org
Sender: "Patchwork"
	

To look more like what patchwork was using.

Signed-off-by: Damien Lespiau 
---
 htdocs/css/style.css | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 10ecd3d..3fe42b4 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -11,6 +11,12 @@ h2 {
 	margin: 18px 0 18px 0;
 }
 
+pre {
+	line-height: 110%;
+	background-color: white;
+	border-radius: 0;
+}
+
 .floaty {
 	position: fixed;
 	left: 0.1em;
@@ -236,8 +242,11 @@ table.patchmeta tr th, table.patchmeta tr td {
 	background: #f0f0f0;
 }
 
+.comment .content {
+	border: 0;
+}
+
 .patch .content {
-	border: thin solid gray;
 	padding: 1em;
 }