about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorCase Duckworth2022-06-09 22:25:07 -0500
committerCase Duckworth2022-06-09 22:25:07 -0500
commitcab20df1e5bb65ea32b962cd259f9e75b8d2d189 (patch)
treeed46a45815b9788235d66b3d31a93a35402017fb /cgit.css
parentAdd footer (diff)
downloadcgit-cab20df1e5bb65ea32b962cd259f9e75b8d2d189.tar.gz
cgit-cab20df1e5bb65ea32b962cd259f9e75b8d2d189.zip
Change configuration around a bit
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,