summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 54bbfcc..141bec8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -211,132 +211,128 @@ table.blob td.no {
211 background-color: #eee; 211 background-color: #eee;
212 text-align: right; 212 text-align: right;
213} 213}
214 214
215table.blob td.no a { 215table.blob td.no a {
216 color: black; 216 color: black;
217} 217}
218 218
219table.blob td.no a:hover { 219table.blob td.no a:hover {
220 color: black; 220 color: black;
221 text-decoration: none; 221 text-decoration: none;
222} 222}
223 223
224table.blob td.txt { 224table.blob td.txt {
225 white-space: pre; 225 white-space: pre;
226 font-family: monospace; 226 font-family: monospace;
227 padding-left: 0.5em; 227 padding-left: 0.5em;
228} 228}
229 229
230table.nowrap td { 230table.nowrap td {
231 white-space: nowrap; 231 white-space: nowrap;
232} 232}
233 233
234table.commit-info { 234table.commit-info {
235 border-collapse: collapse; 235 border-collapse: collapse;
236 margin-top: 1.5em; 236 margin-top: 1.5em;
237} 237}
238 238
239table.commit-info th { 239table.commit-info th {
240 text-align: left; 240 text-align: left;
241 font-weight: normal; 241 font-weight: normal;
242 padding: 0.1em 1em 0.1em 0.1em; 242 padding: 0.1em 1em 0.1em 0.1em;
243 vertical-align: top; 243 vertical-align: top;
244} 244}
245 245
246table.commit-info td { 246table.commit-info td {
247 font-weight: normal; 247 font-weight: normal;
248 padding: 0.1em 1em 0.1em 0.1em; 248 padding: 0.1em 1em 0.1em 0.1em;
249} 249}
250 250
251div.commit-subject { 251div.commit-subject {
252 font-weight: bold; 252 font-weight: bold;
253 font-size: 125%; 253 font-size: 125%;
254 margin: 1.5em 0em 0.5em 0em; 254 margin: 1.5em 0em 0.5em 0em;
255 padding: 0em; 255 padding: 0em;
256} 256}
257 257
258div.commit-msg { 258div.commit-msg {
259 white-space: pre; 259 white-space: pre;
260 font-family: monospace; 260 font-family: monospace;
261} 261}
262 262
263div.diffstat-header { 263div.diffstat-header {
264 font-weight: bold; 264 font-weight: bold;
265 padding-top: 1.5em; 265 padding-top: 1.5em;
266} 266}
267 267
268table.diffstat { 268table.diffstat {
269 border-collapse: collapse; 269 border-collapse: collapse;
270 width: 100%; 270 width: 100%;
271 border: solid 1px #aaa; 271 border: solid 1px #aaa;
272 background-color: #eee; 272 background-color: #eee;
273} 273}
274 274
275table.diffstat tr:hover {
276 background-color: #ccc;
277}
278
279table.diffstat th { 275table.diffstat th {
280 font-weight: normal; 276 font-weight: normal;
281 text-align: left; 277 text-align: left;
282 text-decoration: underline; 278 text-decoration: underline;
283 padding: 0.1em 1em 0.1em 0.1em; 279 padding: 0.1em 1em 0.1em 0.1em;
284 font-size: 100%; 280 font-size: 100%;
285} 281}
286 282
287table.diffstat td { 283table.diffstat td {
288 padding: 0.2em 0.2em 0.1em 0.1em; 284 padding: 0.2em 0.2em 0.1em 0.1em;
289 font-size: 100%; 285 font-size: 100%;
290 border: none; 286 border: none;
291} 287}
292 288
293table.diffstat td.mode { 289table.diffstat td.mode {
294 white-space: nowrap; 290 white-space: nowrap;
295} 291}
296 292
297table.diffstat td span.modechange { 293table.diffstat td span.modechange {
298 padding-left: 1em; 294 padding-left: 1em;
299 color: red; 295 color: red;
300} 296}
301 297
302table.diffstat td.add a { 298table.diffstat td.add a {
303 color: green; 299 color: green;
304} 300}
305 301
306table.diffstat td.del a { 302table.diffstat td.del a {
307 color: red; 303 color: red;
308} 304}
309 305
310table.diffstat td.upd a { 306table.diffstat td.upd a {
311 color: blue; 307 color: blue;
312} 308}
313 309
314table.diffstat td.graph { 310table.diffstat td.graph {
315 width: 75%; 311 width: 75%;
316 vertical-align: middle; 312 vertical-align: middle;
317} 313}
318 314
319table.diffstat td.graph table { 315table.diffstat td.graph table {
320 border: none; 316 border: none;
321} 317}
322 318
323table.diffstat td.graph td { 319table.diffstat td.graph td {
324 padding: 0px; 320 padding: 0px;
325 border: 0px; 321 border: 0px;
326 height: 7pt; 322 height: 7pt;
327} 323}
328 324
329table.diffstat td.graph td.add { 325table.diffstat td.graph td.add {
330 background-color: #5c5; 326 background-color: #5c5;
331} 327}
332 328
333table.diffstat td.graph td.rem { 329table.diffstat td.graph td.rem {
334 background-color: #c55; 330 background-color: #c55;
335} 331}
336 332
337div.diffstat-summary { 333div.diffstat-summary {
338 color: #888; 334 color: #888;
339 padding-top: 0.5em; 335 padding-top: 0.5em;
340} 336}
341 337
342table.diff td { 338table.diff td {