278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
-
+
|
.doc li p, .doc li pre, .markdown li p, .markdown li pre {
margin-left: 0;
}
.doc table, .markdown table {
background-color: #f0f5f9;
border: 1px solid #a7c2dc;
border-radius: 6px;
border-radius: 0.5em;
padding: 6px;
}
.doc th, .markdown th {
border-bottom: 1px solid #dee8f2;
padding-bottom: 4px;
padding-right: 6px;
|
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
|
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
|
-
+
|
}
/* Tickets */
table.report {
cursor: auto;
border-radius: 5px;
border: 1px solid #ccc;
border-radius: 0.5em;
margin: 1em 0;
}
.report td, .report th {
border: 0;
font-size: .8em;
padding: 10px;
}
|