Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index 8f3d00c..171b9de 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -1,15 +1,15 @@ |
1 | body, table { |
1 | body, table { |
2 | padding: 0em; |
2 | padding: 0em; |
3 | margin: 0em; |
3 | margin: 0em; |
4 | } |
4 | } |
5 | |
5 | |
6 | body { |
6 | body { |
7 | font-family: sans; |
7 | font-family: sans-serif; |
8 | font-size: 10pt; |
8 | font-size: 10pt; |
9 | color: #333; |
9 | color: #333; |
10 | background: white; |
10 | background: white; |
11 | padding: 4px; |
11 | padding: 4px; |
12 | } |
12 | } |
13 | |
13 | |
14 | a { |
14 | a { |
15 | color: blue; |
15 | color: blue; |
|