[PATCH 42/46] patch: Override Bootstrap's <pre> styling

Damien Lespiau damien.lespiau at intel.com
Sun Nov 9 06:09:00 AEDT 2014


To look more like what patchwork was using.

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 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;
 }
 
-- 
1.8.3.1



More information about the Patchwork mailing list