List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Updated css to better looking blob line numbers
@ 2012-03-19 20:06 mdickie007
  2012-03-20  8:08 ` larsh
  0 siblings, 1 reply; 3+ messages in thread
From: mdickie007 @ 2012-03-19 20:06 UTC (permalink / raw)


---
  cgit.css |   11 ++++++-----
  1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/cgit.css b/cgit.css
index e06c261..1cc4921 100644
--- a/cgit.css
+++ b/cgit.css
@@ -274,7 +274,7 @@ div#cgit td.ls-mode {
   div#cgit table.blob {
  	margin-top: 0.5em;
-	border-top: solid 1px black;
+	border: solid 1px #ccc;
  }
   div#cgit table.blob td.lines {
@@ -287,7 +287,8 @@ div#cgit table.blob td.linenumbers {
  	margin: 0; padding: 0 0.5em 0 0.5em;
  	vertical-align: top;
  	text-align: right;
-	border-right: 1px solid gray;
+	border-right: 1px solid #ccc;
+	background-color: #eee;
  }
   div#cgit table.blob pre {
@@ -306,20 +307,20 @@ div#cgit table.blob a.no a:hover {
   div#cgit table.bin-blob {
  	margin-top: 0.5em;
-	border: solid 1px black;
+	border: solid 1px #ccc;
  }
   div#cgit table.bin-blob th {
  	font-family: monospace;
  	white-space: pre;
-	border: solid 1px #777;
+	border: solid 1px #ccc;
  	padding: 0.5em 1em;
  }
   div#cgit table.bin-blob td {
  	font-family: monospace;
  	white-space: pre;
-	border-left: solid 1px #777;
+	border-left: solid 1px #ccc;
  	padding: 0em 1em;
  }
  -- 1.7.5.4
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://hjemli.net/pipermail/cgit/attachments/20120319/2e4d8771/attachment.ksh>


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 20:06 [PATCH] Updated css to better looking blob line numbers mdickie007
2012-03-20  8:08 ` larsh
2012-03-21 14:11   ` mdickie007

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).