patches: Make Author and Reviewer titles centered

Andrey Gusev andrey.goosev at gmail.com
Fri Oct 16 05:59:30 CDT 2015


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20151016/cb2af155/attachment.html>
-------------- next part --------------
From 1a58725497e1cf94386be2a2a74e29a1de3c3fc7 Mon Sep 17 00:00:00 2001
Message-Id: <1a58725497e1cf94386be2a2a74e29a1de3c3fc7.1444992908.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Fri, 16 Oct 2015 13:54:58 +0300
Subject: [PATCH] patches: Make Author and Reviewer titles centered

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 patches/patches.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patches/patches.css b/patches/patches.css
index 091052d..ca4720a 100644
--- a/patches/patches.css
+++ b/patches/patches.css
@@ -138,7 +138,7 @@ table.legend ul { margin: 2px 0; }
 tr.even { background-color: #fff8f8; }
 tr.odd { background-color: #f8e8e8; }
 
-.id, .status, .testbot { text-align: center; }
+.id, .status, .author, .testbot { text-align: center; }
 .id, .status, .author { white-space: nowrap; padding: 0 3px; }
 .checkmark { text-align: center; color:green; }
 .signoffextra { color: #A50D0D; border: 1px solid #601919; }
-- 
2.4.3



More information about the wine-patches mailing list