summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2009-01-27 19:21:56 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2009-01-27 19:21:56 (UTC)
commit1fdde95a5a169ad2240460b1d3f25bae606527f5 (patch) (side-by-side diff)
tree6db50f36114ee1bc29cf39dedc05e0106b886b8a /cgit.css
parent7710178e45dee61e85ea77c4221309ce8c086f95 (diff)
parenta90e2aa4e1bd5c3a9657ce7d675943f4a265cc9f (diff)
downloadcgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.zip
cgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.tar.gz
cgit-1fdde95a5a169ad2240460b1d3f25bae606527f5.tar.bz2
Merge branch 'og/tree-view-selection'
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css27
1 files changed, 16 insertions, 11 deletions
diff --git a/cgit.css b/cgit.css
index e8214de..f844efa 100644
--- a/cgit.css
+++ b/cgit.css
@@ -236,26 +236,31 @@ table.blob {
border-top: solid 1px black;
}
-table.blob td.no {
- border-right: solid 1px black;
+table.blob td.lines {
+ margin: 0; padding: 0;
+ vertical-align: top;
color: black;
+}
+
+table.blob td.linenumbers {
+ margin: 0; padding: 0;
+ vertical-align: top;
+ border-right: 1px solid gray;
background-color: #eee;
- text-align: right;
}
-table.blob td.no a {
- color: black;
+table.blob pre {
+ padding: 0; margin: 0;
}
-table.blob td.no a:hover {
- color: black;
+table.blob a.no {
+ color: gray;
+ text-align: right;
text-decoration: none;
}
-table.blob td.txt {
- white-space: pre;
- font-family: monospace;
- padding-left: 0.5em;
+table.blob a.no a:hover {
+ color: black;
}
table.nowrap td {