Overview
| Comment: | Add space between list items (CSS) | 
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA3-256: | 
3912ae79853bcd0851cef04d7b06f664 | 
| User & Date: | joel on 2019-06-20 01:16:27 | 
| Other Links: | manifest | tags | 
Context
| 
   2019-06-20 
 | ||
| 01:17 | Rename smallcaps→caps, add saylines tag check-in: 374734ed user: joel tags: trunk | |
| 01:16 | Add space between list items (CSS) check-in: 3912ae79 user: joel tags: trunk | |
| 00:33 | Fix CSS selector check-in: 74bf6fa0 user: joel tags: trunk | |
Changes
Modified web-extra/martin.css.pp from [b0c400f6] to [6fb3e79c].
| ︙ | ︙ | |||
444 445 446 447 448 449 450  | 
    section.entry-content ul,
    section.entry-content ol {
        margin: ◊x-lineheight[0.5] 0 ◊x-lineheight[0.5] 0;
        padding: 0;
    }
    section.entry-content li {
 | |  | 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458  | 
    section.entry-content ul,
    section.entry-content ol {
        margin: ◊x-lineheight[0.5] 0 ◊x-lineheight[0.5] 0;
        padding: 0;
    }
    section.entry-content li {
        margin: 0 0 ◊x-lineheight[0.5] 0;
        padding: 0;
        text-indent: 0; 
    }
    code {
        font-size: 0.75rem;
        font-family: ◊mono-font;
 | 
| ︙ | ︙ |