List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] fix css color value and vertical-align value
@ 2011-11-23  1:59 nlopes.ml
  2012-01-03 16:21 ` hjemli
  0 siblings, 1 reply; 2+ messages in thread
From: nlopes.ml @ 2011-11-23  1:59 UTC (permalink / raw)


---
 cgit.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cgit.css b/cgit.css
index 55afa94..3734ca7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -681,7 +681,7 @@ table.hgraph th {
 }
 
 table.hgraph td {
-	vertical-align: center;
+	vertical-align: middle;
 	padding: 2px 2px;
 }
 
@@ -758,7 +758,7 @@ table.ssdiff td.lineno {
 }
 
 table.ssdiff td.hunk {
-	color: #black;
+	color: black;
 	background: #ccf;
 	border-top: solid 1px #aaa;
 	border-bottom: solid 1px #aaa;
-- 
1.7.7





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] fix css color value and vertical-align value
  2011-11-23  1:59 [PATCH] fix css color value and vertical-align value nlopes.ml
@ 2012-01-03 16:21 ` hjemli
  0 siblings, 0 replies; 2+ messages in thread
From: hjemli @ 2012-01-03 16:21 UTC (permalink / raw)


On Wed, Nov 23, 2011 at 02:59, Norberto Lopes <nlopes.ml at gmail.com> wrote:
> ---
> ?cgit.css | ? ?4 ++--

Thanks, applied to stable.

--
larsh




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-03 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-23  1:59 [PATCH] fix css color value and vertical-align value nlopes.ml
2012-01-03 16:21 ` hjemli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).