List for cgit developers and users
 help / color / mirror / Atom feed
From: mdickie007 at gmail.com (Mariusz Wojcik)
Subject: [PATCH] Updated css to better looking blob line numbers
Date: Mon, 19 Mar 2012 21:06:46 +0100	[thread overview]
Message-ID: <4F6791D6.9050402@gmail.com> (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>


             reply	other threads:[~2012-03-19 20:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-19 20:06 mdickie007 [this message]
2012-03-20  8:08 ` larsh
2012-03-21 14:11   ` mdickie007

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F6791D6.9050402@gmail.com \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).