mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 11:54:23 +02:00
css: fix indentation
This commit is contained in:
parent
a0d22c391e
commit
46ff6e1993
1 changed files with 4 additions and 4 deletions
8
cgit.css
8
cgit.css
|
@ -18,7 +18,7 @@ div#cgit a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
div#cgit table {
|
div#cgit table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#cgit table#header {
|
div#cgit table#header {
|
||||||
|
@ -803,9 +803,9 @@ div#cgit table.ssdiff td.head div.head {
|
||||||
|
|
||||||
div#cgit table.ssdiff td.foot {
|
div#cgit table.ssdiff td.foot {
|
||||||
border-top: solid 1px #aaa;
|
border-top: solid 1px #aaa;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#cgit table.ssdiff td.space {
|
div#cgit table.ssdiff td.space {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue