Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index b14f77e..95c3e40 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -31,65 +31,65 @@ h4 { |
31 | margin-bottom: 0.1em; |
31 | margin-bottom: 0.1em; |
32 | font-size: 100%; |
32 | font-size: 100%; |
33 | font-weight: bold; |
33 | font-weight: bold; |
34 | } |
34 | } |
35 | |
35 | |
36 | a { |
36 | a { |
37 | color: blue; |
37 | color: blue; |
38 | text-decoration: none; |
38 | text-decoration: none; |
39 | } |
39 | } |
40 | |
40 | |
41 | a:hover { |
41 | a:hover { |
42 | text-decoration: underline; |
42 | text-decoration: underline; |
43 | } |
43 | } |
44 | |
44 | |
45 | table.list { |
45 | table.list { |
46 | border: none; |
46 | border: none; |
47 | border-collapse: collapse; |
47 | border-collapse: collapse; |
48 | } |
48 | } |
49 | |
49 | |
50 | table.list tr { |
50 | table.list tr { |
51 | background: white; |
51 | background: white; |
52 | } |
52 | } |
53 | |
53 | |
54 | table.list tr:hover { |
54 | table.list tr:hover { |
55 | background: #eee; |
55 | background: #eee; |
56 | } |
56 | } |
57 | |
57 | |
58 | table.list tr.nohover:hover { |
58 | table.list tr.nohover:hover { |
59 | background: white; |
59 | background: white; |
60 | } |
60 | } |
61 | |
61 | |
62 | table.list th { |
62 | table.list th { |
63 | font-weight: normal; |
63 | font-weight: bold; |
64 | border-bottom: solid 1px #777; |
64 | border-bottom: solid 1px #777; |
65 | padding: 0.1em 0.5em 0.1em 0.5em; |
65 | padding: 0.1em 0.5em 0.1em 0.5em; |
66 | vertical-align: baseline; |
66 | vertical-align: baseline; |
67 | } |
67 | } |
68 | |
68 | |
69 | table.list td { |
69 | table.list td { |
70 | border: none; |
70 | border: none; |
71 | padding: 0.1em 0.5em 0.1em 0.5em; |
71 | padding: 0.1em 0.5em 0.1em 0.5em; |
72 | } |
72 | } |
73 | |
73 | |
74 | img { |
74 | img { |
75 | border: none; |
75 | border: none; |
76 | } |
76 | } |
77 | |
77 | |
78 | table#layout { |
78 | table#layout { |
79 | width: 100%; |
79 | width: 100%; |
80 | border-collapse: collapse; |
80 | border-collapse: collapse; |
81 | margin: 0px; |
81 | margin: 0px; |
82 | } |
82 | } |
83 | |
83 | |
84 | td#header, td#logo { |
84 | td#header, td#logo { |
85 | color: #666; |
85 | color: #666; |
86 | background-color: #ddd; |
86 | background-color: #ddd; |
87 | border-bottom: solid 1px #000; |
87 | border-bottom: solid 1px #000; |
88 | } |
88 | } |
89 | |
89 | |
90 | td#header { |
90 | td#header { |
91 | font-size: 150%; |
91 | font-size: 150%; |
92 | font-weight: bold; |
92 | font-weight: bold; |
93 | padding: 0.2em 0.5em; |
93 | padding: 0.2em 0.5em; |
94 | vertical-align: text-bottom; |
94 | vertical-align: text-bottom; |
95 | } |
95 | } |
|