about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli2009-09-13 22:01:52 +0200
committerLars Hjemli2009-09-13 22:01:52 +0200
commit5f12e45fe3338095916a444ff106dd9fc9991d84 (patch)
tree26b04e10b2ea277c09620bcf119eaa8f79e2fb88 /cgit.css
parentUse GIT-1.6.4.3 (diff)
parentcgit.css: make the blob display in tree view a bit prettier (diff)
downloadcgit-5f12e45fe3338095916a444ff106dd9fc9991d84.tar.gz
cgit-5f12e45fe3338095916a444ff106dd9fc9991d84.zip
Merge branch 'fp/linenumbers'
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css index e3b32e7..ebf3322 100644 --- a/cgit.css +++ b/cgit.css
@@ -237,16 +237,16 @@ table.blob {
237} 237}
238 238
239table.blob td.lines { 239table.blob td.lines {
240 margin: 0; padding: 0; 240 margin: 0; padding: 0 0 0 0.5em;
241 vertical-align: top; 241 vertical-align: top;
242 color: black; 242 color: black;
243} 243}
244 244
245table.blob td.linenumbers { 245table.blob td.linenumbers {
246 margin: 0; padding: 0; 246 margin: 0; padding: 0 0.5em 0 0.5em;
247 vertical-align: top; 247 vertical-align: top;
248 text-align: right;
248 border-right: 1px solid gray; 249 border-right: 1px solid gray;
249 background-color: #eee;
250} 250}
251 251
252table.blob pre { 252table.blob pre {