diff options
author | Jason A. Donenfeld | 2016-02-23 15:14:06 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2016-02-23 15:15:57 +0100 |
commit | 46ff6e1993175057a18b14980696648a1c5e87ab (patch) | |
tree | 44556e18379f4b7152d21714ec3655916184d57a /cgit.css | |
parent | a0d22c391e6e2bbe0d10a888df1ba77a468d5a18 (diff) | |
download | cgit-46ff6e1993175057a18b14980696648a1c5e87ab.tar.gz cgit-46ff6e1993175057a18b14980696648a1c5e87ab.tar.bz2 cgit-46ff6e1993175057a18b14980696648a1c5e87ab.zip |
css: fix indentation
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -18,7 +18,7 @@ div#cgit a:hover { | |||
18 | } | 18 | } |
19 | 19 | ||
20 | div#cgit table { | 20 | div#cgit table { |
21 | border-collapse: collapse; | 21 | border-collapse: collapse; |
22 | } | 22 | } |
23 | 23 | ||
24 | div#cgit table#header { | 24 | div#cgit table#header { |
@@ -803,9 +803,9 @@ div#cgit table.ssdiff td.head div.head { | |||
803 | 803 | ||
804 | div#cgit table.ssdiff td.foot { | 804 | div#cgit table.ssdiff td.foot { |
805 | border-top: solid 1px #aaa; | 805 | border-top: solid 1px #aaa; |
806 | border-left: none; | 806 | border-left: none; |
807 | border-right: none; | 807 | border-right: none; |
808 | border-bottom: none; | 808 | border-bottom: none; |
809 | } | 809 | } |
810 | 810 | ||
811 | div#cgit table.ssdiff td.space { | 811 | div#cgit table.ssdiff td.space { |