Unidiff1 files changed, 6 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index 7a5f423..7600e84 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -140,32 +140,37 @@ table.list tr.nohover:hover { |
140 | |
140 | |
141 | table.list th { |
141 | table.list th { |
142 | font-weight: bold; |
142 | font-weight: bold; |
143 | /* color: #888; |
143 | /* color: #888; |
144 | border-top: dashed 1px #888; |
144 | border-top: dashed 1px #888; |
145 | border-bottom: dashed 1px #888; |
145 | border-bottom: dashed 1px #888; |
146 | */ |
146 | */ |
147 | padding: 0.1em 0.5em 0.05em 0.5em; |
147 | padding: 0.1em 0.5em 0.05em 0.5em; |
148 | vertical-align: baseline; |
148 | vertical-align: baseline; |
149 | } |
149 | } |
150 | |
150 | |
151 | table.list td { |
151 | table.list td { |
152 | border: none; |
152 | border: none; |
153 | padding: 0.1em 0.5em 0.1em 0.5em; |
153 | padding: 0.1em 0.5em 0.1em 0.5em; |
154 | } |
154 | } |
155 | |
155 | |
| |
156 | table.list td.commitgraph { |
| |
157 | font-family: monospace; |
| |
158 | white-space: pre; |
| |
159 | } |
| |
160 | |
156 | table.list td.logsubject { |
161 | table.list td.logsubject { |
157 | font-family: monospace; |
162 | font-family: monospace; |
158 | font-weight: bold; |
163 | font-weight: bold; |
159 | } |
164 | } |
160 | |
165 | |
161 | table.list td.logmsg { |
166 | table.list td.logmsg { |
162 | font-family: monospace; |
167 | font-family: monospace; |
163 | white-space: pre; |
168 | white-space: pre; |
164 | padding: 0 0.5em; |
169 | padding: 0 0.5em; |
165 | } |
170 | } |
166 | |
171 | |
167 | table.list td a { |
172 | table.list td a { |
168 | color: black; |
173 | color: black; |
169 | } |
174 | } |
170 | |
175 | |
171 | table.list td a.ls-dir { |
176 | table.list td a.ls-dir { |
@@ -718,17 +723,17 @@ table.ssdiff td.head div.head { |
718 | color: black; |
723 | color: black; |
719 | } |
724 | } |
720 | |
725 | |
721 | table.ssdiff td.foot { |
726 | table.ssdiff td.foot { |
722 | border-top: solid 1px #aaa; |
727 | border-top: solid 1px #aaa; |
723 | border-left: none; |
728 | border-left: none; |
724 | border-right: none; |
729 | border-right: none; |
725 | border-bottom: none; |
730 | border-bottom: none; |
726 | } |
731 | } |
727 | |
732 | |
728 | table.ssdiff td.space { |
733 | table.ssdiff td.space { |
729 | border: none; |
734 | border: none; |
730 | } |
735 | } |
731 | |
736 | |
732 | table.ssdiff td.space div { |
737 | table.ssdiff td.space div { |
733 | min-height: 3em; |
738 | min-height: 3em; |
734 | }
\ No newline at end of file |
739 | } |
|