about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 2dd656f..68e603e 100644 --- a/cgit.css +++ b/cgit.css
@@ -303,6 +303,10 @@ div#cgit td.ls-mode {
303div#cgit table.blob { 303div#cgit table.blob {
304 margin-top: 0.5em; 304 margin-top: 0.5em;
305 border-top: solid 1px black; 305 border-top: solid 1px black;
306 border-bottom: solid 1px black;
307 border-collapse: separate;
308 border-spacing: 1ch;
309 background: #ffe;
306} 310}
307 311
308div#cgit table.blob td.hashes, 312div#cgit table.blob td.hashes,