Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index adfc8ae..e3b32e7 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -126,65 +126,65 @@ table.list tr.logheader { |
126 | |
126 | |
127 | table.list tr:hover { |
127 | table.list tr:hover { |
128 | background: #eee; |
128 | background: #eee; |
129 | } |
129 | } |
130 | |
130 | |
131 | table.list tr.nohover:hover { |
131 | table.list tr.nohover:hover { |
132 | background: white; |
132 | background: white; |
133 | } |
133 | } |
134 | |
134 | |
135 | table.list th { |
135 | table.list th { |
136 | font-weight: bold; |
136 | font-weight: bold; |
137 | /* color: #888; |
137 | /* color: #888; |
138 | border-top: dashed 1px #888; |
138 | border-top: dashed 1px #888; |
139 | border-bottom: dashed 1px #888; |
139 | border-bottom: dashed 1px #888; |
140 | */ |
140 | */ |
141 | padding: 0.1em 0.5em 0.05em 0.5em; |
141 | padding: 0.1em 0.5em 0.05em 0.5em; |
142 | vertical-align: baseline; |
142 | vertical-align: baseline; |
143 | } |
143 | } |
144 | |
144 | |
145 | table.list td { |
145 | table.list td { |
146 | border: none; |
146 | border: none; |
147 | padding: 0.1em 0.5em 0.1em 0.5em; |
147 | padding: 0.1em 0.5em 0.1em 0.5em; |
148 | } |
148 | } |
149 | |
149 | |
150 | table.list td.logsubject { |
150 | table.list td.logsubject { |
151 | font-family: monospace; |
151 | font-family: monospace; |
152 | font-weight: bold; |
152 | font-weight: bold; |
153 | } |
153 | } |
154 | |
154 | |
155 | table.list td.logmsg { |
155 | table.list td.logmsg { |
156 | font-family: monospace; |
156 | font-family: monospace; |
157 | white-space: pre; |
157 | white-space: pre; |
158 | padding: 1em 0em 2em 0em; |
158 | padding: 1em 0.5em 2em 0.5em; |
159 | } |
159 | } |
160 | |
160 | |
161 | table.list td a { |
161 | table.list td a { |
162 | color: black; |
162 | color: black; |
163 | } |
163 | } |
164 | |
164 | |
165 | table.list td a:hover { |
165 | table.list td a:hover { |
166 | color: #00f; |
166 | color: #00f; |
167 | } |
167 | } |
168 | |
168 | |
169 | img { |
169 | img { |
170 | border: none; |
170 | border: none; |
171 | } |
171 | } |
172 | |
172 | |
173 | input#switch-btn { |
173 | input#switch-btn { |
174 | margin: 2px 0px 0px 0px; |
174 | margin: 2px 0px 0px 0px; |
175 | } |
175 | } |
176 | |
176 | |
177 | td#sidebar input.txt { |
177 | td#sidebar input.txt { |
178 | width: 100%; |
178 | width: 100%; |
179 | margin: 2px 0px 0px 0px; |
179 | margin: 2px 0px 0px 0px; |
180 | } |
180 | } |
181 | |
181 | |
182 | table#grid { |
182 | table#grid { |
183 | margin: 0px; |
183 | margin: 0px; |
184 | } |
184 | } |
185 | |
185 | |
186 | td#content { |
186 | td#content { |
187 | vertical-align: top; |
187 | vertical-align: top; |
188 | padding: 1em 2em 1em 1em; |
188 | padding: 1em 2em 1em 1em; |
189 | border: none; |
189 | border: none; |
190 | } |
190 | } |
|