Fossil SCM

Backed out indent levels for tickets as well; this should've been included in [4dbd66ad].

wyoung 2024-01-25 20:48 inskinerator-modern-backport
Commit 4fb177e62ad917e2cb8af0b3d99f6b821de32d0ca32e13a65ee6918a1e70bdba
1 file changed +15
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -352,10 +352,25 @@
352352
border: 1px solid #ccc;
353353
}
354354
td.tktDspValue pre {
355355
white-space: pre-wrap;
356356
}
357
+
358
+.tkt .markdown h1,
359
+.tkt .markdown h2,
360
+.tkt .markdown h3,
361
+.tkt .markdown h4,
362
+.tkt .markdown h5,
363
+.tkt .markdown p,
364
+.tkt .markdown pre,
365
+.tkt .markdown ol,
366
+.tkt .markdown ul {
367
+ /* Back out indents for MD-formatted ticket comments for the same
368
+ * basic reason we do it with forum posts above. */
369
+ margin-left: 0;
370
+ margin-right: 0;
371
+}
357372
358373
359374
/* Timeline */
360375
361376
span.timelineDetail {
362377
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -352,10 +352,25 @@
352 border: 1px solid #ccc;
353 }
354 td.tktDspValue pre {
355 white-space: pre-wrap;
356 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
357
358
359 /* Timeline */
360
361 span.timelineDetail {
362
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -352,10 +352,25 @@
352 border: 1px solid #ccc;
353 }
354 td.tktDspValue pre {
355 white-space: pre-wrap;
356 }
357
358 .tkt .markdown h1,
359 .tkt .markdown h2,
360 .tkt .markdown h3,
361 .tkt .markdown h4,
362 .tkt .markdown h5,
363 .tkt .markdown p,
364 .tkt .markdown pre,
365 .tkt .markdown ol,
366 .tkt .markdown ul {
367 /* Back out indents for MD-formatted ticket comments for the same
368 * basic reason we do it with forum posts above. */
369 margin-left: 0;
370 margin-right: 0;
371 }
372
373
374 /* Timeline */
375
376 span.timelineDetail {
377

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button